-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-16961. The blockReport RPC should throw UnregisteredNodeException when the storedDN is null #5500
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
…n when the storedDN is null
|
I found that when Lines 2851 to 2859 in 67e02a9
|
@zhangshuyan0 Thanks for your review. I think we should check it again in |
|
@ZanderXu Thanks for reply. It sounds like it makes sense. |
|
💔 -1 overall
This message was automatically generated. |
|
@ZanderXu Thanks for your works.
+1, I am not sure if it is possible to happen after dig this code segment. Did you ever meet some NPE here? |
|
We're closing this stale PR because it has been open for 100 days with no activity. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable. |
Description of PR
The blockReport RPC should throw UnregisteredNodeException when the storedDN is null, the related code as bellows: