Uh oh!
There was an error while loading. Please reload this page.
HBASE-28533 - On split procedure rollback revert parent region state … - #5863
Conversation
Apache-HBase
commented
Apr 29, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 29, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 29, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 29, 2024
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Apr 30, 2024
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... |
Apache9
commented
Apr 30, 2024
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 ! |
droudnitsky
commented
Apr 30, 2024
Thank you @Apache9 for reviewing and merging |
…ck to OPEN (apache#5863) Co-authored-by: Daniel Roudnitsky <droudnitsky1@bloomberg.net> Signed-off-by: Duo Zhang <zhangduo@apache.org>
…arent region state back to OPEN (apache#5863) (apache#138) (cherry picked from commit 8a2f3ef) Signed-off-by: Duo Zhang <zhangduo@apache.org> Co-authored-by: droudnitsky <168442446+droudnitsky@users.noreply.github.com> Co-authored-by: Daniel Roudnitsky <droudnitsky1@bloomberg.net>
…back to OPEN