apurtell commented on code in PR #7375:
URL: https://github.com/apache/hbase/pull/7375#discussion_r2446073029
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/AssignmentManagerUtil.java:
##########
@@ -281,6 +282,7 @@ static void reopenRegionsForRollback(MasterProcedureEnv
env, List<RegionInfo> re
static void removeNonDefaultReplicas(MasterProcedureEnv env,
Stream<RegionInfo> regions,
int regionReplication) {
// Remove from in-memory states
+ // TODO should we not confirm here that replica region are closed or not ?
Review Comment:
I am not sure about this either.
--
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]