-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDDS-623. On SCM UI, Node Manager info is empty #523
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
Conversation
💔 -1 overall
This message was automatically generated. |
+1 LGTM. (Not a frontend guy, but as this is not adding any code, so had taken a look at it) But one more thing I have observed is This also needs to be fixed.
|
Yup. Nice catch, thank you. I removed that line, too. |
💔 -1 overall
This message was automatically generated. |
Sorry missed in my earlier review, we need to remove below code from scm.js
|
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.
Need to update scm.js also to remove few parts of code.
nodemanagermetrics is still required as it's used in the scm-overview.html (NodeCount) blockmanagermetrics can be removed and I removed it in the last commit. |
💔 -1 overall
This message was automatically generated. |
yes, we still need nodemetrics. |
+1 |
* HDDS-623. On SCM UI, Node Manager info is empty. Contributed by Elek, Marton. (cherry picked from commit 90c37ac)
Test locally and works. Author: Yi Pan (Data Infrastructure) <yipan@yipan-mn1.linkedin.biz> Reviewers: Jagadish <jagadish@apache.org> Closes apache#523 from nickpan47/fix-unittest-deleted-messages
Fields like below are empty
Node Manager: Minimum chill mode nodes
Node Manager: Out-of-node chill mode
Node Manager: Chill mode status
Node Manager: Manual chill mode
Please see attached screenshot !Screen Shot 2018-10-10 at 4.19.59 PM.png!
See: https://issues.apache.org/jira/browse/HDDS-623