-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
HBASE-28533 - On split procedure rollback revert parent region state … #5863
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. |
OK, we have a different pattern here comparing to MergeTableRegionsProcedure, and the SplitTableRegionProcedure's solution is clearer and simpler... Let me think whether this is correct... |
OK, for split region procedure, we only need to issue a single TRSP to close the region, so either we succesfully issue the TRSP and move to the next state, or we just fail without actually close the parent region, so the solution here is correct. Let me merge. Thanks @droudnitsky ! |
…ck to OPEN (#5863) Co-authored-by: Daniel Roudnitsky <[email protected]> Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit 8a2f3ef)
…ck to OPEN (#5863) Co-authored-by: Daniel Roudnitsky <[email protected]> Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit 8a2f3ef)
…ck to OPEN (#5863) Co-authored-by: Daniel Roudnitsky <[email protected]> Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit 8a2f3ef)
…ck to OPEN (#5863) Co-authored-by: Daniel Roudnitsky <[email protected]> Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit 8a2f3ef)
…ck to OPEN (#5863) Co-authored-by: Daniel Roudnitsky <[email protected]> Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit 8a2f3ef)
Thank you @Apache9 for reviewing and merging |
…ck to OPEN (apache#5863) Co-authored-by: Daniel Roudnitsky <[email protected]> Signed-off-by: Duo Zhang <[email protected]>
…arent region state back to OPEN (apache#5863) (apache#138) (cherry picked from commit 8a2f3ef) Signed-off-by: Duo Zhang <[email protected]> Co-authored-by: droudnitsky <[email protected]> Co-authored-by: Daniel Roudnitsky <[email protected]>
…back to OPEN