-
Notifications
You must be signed in to change notification settings - Fork 48
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
client versions in cluster state dumps. #540
base: master
Are you sure you want to change the base?
client versions in cluster state dumps. #540
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR is approved but can't be merged because it's waiting for tc core and apis PRs to be merged - feel free to add the trace log or not
dump.addState("cluster", topologyService.getClusterCopy().toMap()); | ||
} else { | ||
dump.addState("status", "This is a passive server, so it is unaware of connected clients and other stripe members."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not version related, but nice to have, thank you
client.setVersion(versionObj.toString()); | ||
} | ||
} catch (NoSuchFieldException | IllegalAccessException e) { | ||
// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could be a trace log with "Client " + clientName + " does not have a version field set, probably because it's older
Is there a reason this was never merged? |
@myronkscott wanted to do it a different way. I don't know if he ever did it though. |
Terracotta-OSS/terracotta-apis#312
Terracotta-OSS/terracotta-core#1044