Uh oh!
There was an error while loading. Please reload this page.
HDDS-9303. Display leader in table and highlight current node in OM web UI - #5311
Conversation
devmadhuu
commented
Sep 19, 2023
@smitajoshi12 thanks for working on this patch, PR description says need to show leader information in ozone manager webUI, however I think we already show LEADER and FOLLOWER info in OM Web UI, but in JSON format, so pls correct the PR description and PR title. |
Uh oh!
There was an error while loading. Please reload this page.
thanks for working on this @smitajoshi12!
I agree with Devesh, the OM roles are already present in the OM UI, it was added by @ArafatKhan2198 in HDDS-6863. For me it looks good already as it is, all the necessary information is present there. |
smitajoshi12
commented
Sep 21, 2023
@dombizita |
devmadhuu
commented
Sep 21, 2023
@smitajoshi12 what is " |
ArafatKhan2198
left a comment
There was a problem hiding this comment.
Thanks for the changes @smitajoshi12 for the OM-HA the table looks fine but what about when we have a standalone cluster will we want to display a table there as well, could you please attach a screenshot for that too.
smitajoshi12
commented
Sep 21, 2023
@ArafatKhan2198 |
sumitagrawl
left a comment
There was a problem hiding this comment.
@smitajoshi12 Thanks for working over this, have few comments.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
sumitagrawl
commented
Oct 9, 2023
Giving as JSON format, and showing in tablular format is good. I think its just render the page with data and may not have much impact for table. |
dombizita
left a comment
There was a problem hiding this comment.
Thanks for working on this @smitajoshi12, please take a look at my comments!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
dombizita
left a comment
There was a problem hiding this comment.
Thanks for updating you patch @smitajoshi12, I added a few comments. Also there are 2 lines that are longer than 30 characters, you can check it here: https://github.com/smitajoshi12/ozone/actions/runs/6657443633/job/18092176653
sumitagrawl
left a comment
There was a problem hiding this comment.
@smitajoshi12 Given few minor comments, please check
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
… and highlight current node
… and highlight current node CSS removal
… and highlight current node. Review Comments
… and highlight current node Review Changes
… and highlight current node
… and highlight current node.Review Changes
adoroszlai
commented
Nov 23, 2023
/pending If there is exception, how the output looks? do still accessing roles[1],... can have issue over UI in exception case? |
There was a problem hiding this comment.
Marking this issue as un-mergeable as requested.
Please use /ready comment when it's resolved.
Please note that the PR will be closed after 21 days of inactivity from now. (But can be re-opened anytime later...)
If there is exception, how the output looks? do still accessing roles[1],... can have issue over UI in exception case?
smitajoshi12
commented
Nov 27, 2023
/ready I have attached screenshot for Exception Handling. |
dombizita
left a comment
There was a problem hiding this comment.
Thanks for updating your PR and its description @smitajoshi12, I have one more comment, please take a look at it. Otherwise it's looking good to me!
Uh oh!
There was an error while loading. Please reload this page.
… and highlight current node Review Change
…eb UI CheckStle Issue Solved
…eb UI CheckStle Issue
dombizita
left a comment
There was a problem hiding this comment.
Thanks for your continuous effort with this @smitajoshi12, could you take a look at my comments? Also please update the screenshots in the PR description with the changes.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
dombizita
commented
Dec 6, 2023
/ready |
Blocking review request is removed.
dombizita
commented
Dec 6, 2023
Thanks for working on this @smitajoshi12! Thank you for the review @devmadhuu, @ArafatKhan2198 and @sumitagrawl! |
What changes were proposed in this pull request?
SCM web UI displays the leader information on the webUI and it makes debugging easier. Need to do similar in Ozone Manager.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-9303
How was this patch tested?
Manually
Old Ozone UI

New Changes

When it is Standalone with no data hiding OM Roles (HA) Table with ozone-ha

Running ozone

Exception Handling