-
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-16234.Improve DataNodeMetrics to initialize IBR more reasonable. #3469
base: trunk
Are you sure you want to change the base?
Conversation
💔 -1 overall
This message was automatically generated. |
3a1416d
to
2222acc
Compare
💔 -1 overall
This message was automatically generated. |
Checking errors in jenkins don't seem to be too stressful. |
/* set blocks to zero */ | ||
this.dnMetrics.resetBlocksInPendingIBR(); |
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.
Couldn't check in detail but shouldn't this be in success block? In case it isn't success, it puts the blocks back into the queue
💔 -1 overall
This message was automatically generated. |
Description of PR
When sending IBR, the timing for DataNodeMetrics to initialize IBR should be triggered reasonably.
This is what this jira wants to solve.
Details: HDFS-16234