Apache9 commented on PR #6448: URL: https://github.com/apache/hbase/pull/6448#issuecomment-2470721905
> If it would 3 we wouldn't have this problem. :) > > In the assignmentManager.getRegionStates() we only have 1 online and 2 offline regions for hbase:meta only the 1 online will be returned here https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/RegionStates.java#L243-L245 I think the problem here is that why there is only 1 online region? Before restarting/upgrading, all these 3 regions should be online? So in general, after upgrading, they could be in other states like CLOSED, but should not be in OFFLINE state? -- 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]
