-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-29723: Backport "HBASE-25282: Remove processingServers in DeadServer as we can get this information by Procedure of master" to branch-2.6 #7471
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
apache#2657) Signed-off-by: Guanghao Zhang <zghao@apache.org> Change-Id: I60e364ed06334715583ad2c5e14efe89af2212f4
This comment has been minimized.
This comment has been minimized.
Change-Id: Ic39e5adb5f93474b137215a5c5352b6b9a967741
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
💔 -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. |
taklwu
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.
the failure of org.apache.hadoop.hbase.master.assignment.TestMergeTableRegionsProcedure was a timeout and is unrelated to this change.
Original Jira: https://issues.apache.org/jira/browse/HBASE-25282
Backport Jira task: https://issues.apache.org/jira/browse/HBASE-29723
This pull request is a cherry-pick from PR #2657.
To avoid build failures and having to cherry-pick several other commits, the TestSyncReplicationStandbyKillRS.java file found in the commit we are cherry-picking has been left out of this PR.
Also, an additional line was added to MasterRpcServices.java in order to prevent a build failure.