Apache9 commented on code in PR #8583:
URL: https://github.com/apache/hbase/pull/8583#discussion_r3899987410
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/MergeTableRegionsProcedure.java:
##########
@@ -284,7 +284,6 @@ protected void rollbackState(final MasterProcedureEnv env,
final MergeTableRegio
cleanupMergedRegion(env);
break;
case MERGE_TABLE_REGIONS_CHECK_CLOSED_REGIONS:
- break;
Review Comment:
Why we need this change? In general, when rolling back a procedure, finally
we will arrive the MERGE_TABLE_REGIONS_CLOSE_REGIONS state and reopen the
parent regions?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]