-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-26029 It is not reliable to use nodeDeleted event to track regi… #3430
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
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
...rc/main/java/org/apache/hadoop/hbase/master/replication/ClaimReplicationQueuesProcedure.java
Show resolved
Hide resolved
| LOG.info("Not transferring queue since we are shutting down"); | ||
| return; | ||
| } | ||
| // After claim the queues from dead region server, wewill skip to start the |
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.
NIT: wewill miss a space.
ddupg
left a comment
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
…on server's death
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
…on server's death (#3430) Signed-off-by: Xin Sun <[email protected]>
…on server's death