-
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-17361. DiskBalancer: Query command support with multiple nodes #6508
Conversation
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
The failed unit test seems unrelated to the change. |
@Hexiaoqiao @ZanderXu @zhangshuyan0 @tasanuma can you please take a look at this PR when you have free time? Thanks~ |
Hi @Hexiaoqiao @ZanderXu @zhangshuyan0 @tasanuma Could you mind help me review this PR when you have free time? Thanks~ |
...doop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/diskbalancer/command/QueryCommand.java
Outdated
Show resolved
Hide resolved
...doop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/diskbalancer/command/QueryCommand.java
Outdated
Show resolved
Hide resolved
The result of the CI is here. The failed tests seem not to be related. |
Merged it. Thanks for your work, @haiyang1987! |
Thanks @tasanuma for your review and merge !!! |
Description of PR
https://issues.apache.org/jira/browse/HDFS-17361
For: https://issues.apache.org/jira/browse/HDFS-10821 mentioned, Query command will support with multiple nodes.
That means we can use command hdfs diskbalancer -query to print one or one more datanodes status of the diskbalancer.