ozone
ozone copied to clipboard
HDDS-6863. Add Group-Id & Ratis-Roles Information for OM UI.
What changes were proposed in this pull request?
Add Group-Id, Current-Node Role & Ratis-Ring information for OM UI.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-6863?filter=-1
How was this patch tested?
Tested on docker OM ha env
For a single node cluster it will print STANDALONE
@siddhantsangwan @sadanand48 @jojochuang @adoroszlai can you please review this patch !!
@ArafatKhan2198 I think it is good practice to ensure CI run in one's own fork succeeds, before opening a PR.
ensure CI run in one's own fork succeeds, before opening a PR
Thanks I was not aware of that !! I will do that next time :)
For future reference, it was be nice to show current term and how long has pasted since the last election. (Useful to know if there was any recent election and whether or not the OMs were unstable)
Thanks @ArafatKhan2198 for updating the patch. The order of nodes is still "random", the rest looks good.
@adoroszlai the OM's are now printed in order
Note: Although we used to recommend pushing a new commit to re-trigger the tests, Github now allows committers to re-run only the failed jobs. This also prevents the case where previously passed checks fail in a new run.
Thanks @ArafatKhan2198 for the patch, @jojochuang, @sadanand48 for the review.