-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDDS-1553. Add metrics in rack aware container placement policy. #1361
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 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
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.
NIT: datanodeAllocationTryCount -> datanodeChooseAttemptCount
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.
datanodeAllocationSuccessCount -> datanodeChooseSuccessCount
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.
datanodeAllocationCompromiseCount -> datanodeChooseFallbackCount
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.
LGTM, just some minor comments on metrics naming.
Thanks Xiaoyu for the comments. |
💔 -1 overall
This message was automatically generated. |
Thanks @ChenSammi for the contribution. +1 for the latest change, I merged the change to trunk. |
Thanks @xiaoyuyao for the review. |
https://issues.apache.org/jira/browse/HDDS-1553.
Initial patch