Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update or remove jgroups cluster identification message #3528

Open
pablocarle opened this issue May 2, 2024 · 2 comments
Open

Update or remove jgroups cluster identification message #3528

pablocarle opened this issue May 2, 2024 · 2 comments
Labels

Comments

@pablocarle
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The cluster node ID in jgroups is read from system calls, if the hostname read this way does not match the one configured in hosts
it may lead to confusion even if the feature is working.

Example message:

-------------------------------------------------------------------
GMS: address=<HOSTNAME>-48761, cluster=zowe-cluster, physical address=<IP Address>:7098
-------------------------------------------------------------------

Describe the solution you'd like
Two alternatives I can think of are either remove this identifier altogether or use a feature in jgroups which allows to use a UUID for the node name instead of hostnam read from system.

Describe alternatives you've considered
There doesn't seem to exist a way to customize the ID with a set value.

@pablocarle pablocarle added enhancement New feature or request new New issue that has not been worked on yet labels May 2, 2024
@balhar-jakub
Copy link
Member

It looks like the UUID for nodes is a better choice based on what you are saying.

Do I understand the proposal correctly?

@pablocarle
Copy link
Contributor Author

Do I understand the proposal correctly?

Yes, the proposal is to update the jgroups settings to use a UUID as node identifier.

@EvaJavornicka EvaJavornicka added Priority: High size/S and removed new New issue that has not been worked on yet labels May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

3 participants