anmolnar commented on PR #6448: URL: https://github.com/apache/hbase/pull/6448#issuecomment-2492352699
> > 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? I'm not sure if I understand you correctly, but as far as I remember we were not able to OPEN the 2 other regions even manually. I'm not sure what state they were into, we should double check that, but the only thing which has fixed the problem is to turn off meta replicas and to turn them back on. -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org