-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
HDFS-17075. Reconfig disk balancer parameters for datanode #5823
Conversation
💔 -1 overall
This message was automatically generated. |
Hi,sir @Hexiaoqiao @ayushtkn @ZanderXu Could you please help me review this pr when you have free time ? Thanks a lot~ |
💔 -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.
minor comments, rest lgtm
...-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNode.java
Outdated
Show resolved
Hide resolved
...-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNode.java
Show resolved
Hide resolved
...-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNode.java
Outdated
Show resolved
Hide resolved
...s-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DiskBalancer.java
Outdated
Show resolved
Hide resolved
...s-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DiskBalancer.java
Outdated
Show resolved
Hide resolved
...s-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DiskBalancer.java
Outdated
Show resolved
Hide resolved
Thanks @ayushtkn help me review, i will update it later. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Hi @ayushtkn sir, has updated PR, please help me review this pr again when you have free time. Thanks a lot~ |
Thanks @ayushtkn help me review and merge it. |
…). Contributed by Haiyang Hu. Signed-off-by: Ayush Saxena <[email protected]>
Description of PR
https://issues.apache.org/jira/browse/HDFS-17075
Rolling restart datanodes takes long time, can make disk balanacer parameters dfs.disk.balancer.enabled and dfs.disk.balancer.plan.valid.interval in datanode reconfigurable to facilitate cluster operation and maintenance.