-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDFS-16327. Make dfs.namenode.max.slowpeer.collect.nodes reconfigurable #3716
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. |
🎊 +1 overall
This message was automatically generated. |
Hello @tasanuma @jojochuang @goiri @aajisaka @ayushtkn , PTAL. Thanks a lot. |
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.
@tomscut Merged. Sorry for my late review. Thanks for your contribution! |
Thank you very much for the review and the merge. |
…KEY reconfigurable (apache#3716)
JIRA: HDFS-16327.
As the HDFS cluster expands or shrinks, the number of slow nodes to be filtered must be dynamically adjusted. So we should make
DFS_NAMENODE_MAX_SLOWPEER_COLLECT_NODES_KEY
reconfigurable. This parameter was introduced in HDFS-15879.