-
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-17298. Fix NPE in DataNode.handleBadBlock and BlockSender #6374
Conversation
💔 -1 overall
This message was automatically generated. |
Hi @ayushtkn @Hexiaoqiao @ZanderXu @tasanuma @zhangshuyan0 Could you please help me review this pr when you have free time ? Thank you very much. |
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.
Merged. Thanks for your PR, @haiyang1987! |
(cherry picked from commit 7e2ebfc)
Thanks @tasanuma for you review and merge! |
Description of PR
https://issues.apache.org/jira/browse/HDFS-17298
There are some NPE issues on the DataNode side of our online environment.
The detailed exception information is
NPE Code logic:
NPE Code logic:
We need to fix it.