-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDFS-16504. Add parameter for NameNode to process getBloks request #4068
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
…eckOperation when NN process getBlocks
💔 -1 overall
This message was automatically generated. |
这是自动回复邮件。来件已接收,谢谢。
|
💔 -1 overall
This message was automatically generated. |
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
Outdated
Show resolved
Hide resolved
… the configuration of namenode and balancer for getblocks request
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. +1 from my side. Let's wait what will Yetus says.
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
…4068). Contributed by Max Xie. Signed-off-by: He Xiaoqiao <[email protected]>
Committed to trunk. Thanks @Neilxzn for your contributions! |
dfs.namenode.get-blocks.check.operation
to enable or disable ch…
这是自动回复邮件。来件已接收,谢谢。
|
…pache#4068). Contributed by Max Xie. Signed-off-by: He Xiaoqiao <[email protected]>
…eckOperation when NN process getBlocks
Description of PR
https://issues.apache.org/jira/browse/HDFS-16504
How was this patch tested?
no new test
For code changes:
add new config
dfs.namenode.get-blocks.check.operation
. Whether enable checkOperation when Namenode process getBlocks. It is enabled (true) by default.