Apache9 commented on issue #732: HBASE-23187 Update parent region state to SPLIT in meta URL: https://github.com/apache/hbase/pull/732#issuecomment-544326077 Anyway, I think we could persist the SPLIT state but the problem is that, when closing the parent region we will set the state to CLOSED. So for fixing this issue, I think we could add a check here https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/RegionStates.java#L349 which returns false if the RegionInfo.isSplit is true. And can file another issue to just remove the usage of SPLIT, SPLITTING and SPLITTING_NEW, as the state of SplitTableProcedure is enough?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
