hbase/hbase-server
Andrew Purtell 64eb237120
HBASE-26383 HBCK incorrectly reports inconsistencies for recently split regions following a master failover (#3775)
A regression was introduced by HBASE-25847 which changed regionInfo#isParentSplit
to regionState#isSplit. The region state after restart is CLOSED instead of SPLIT.
We need to check both regionState and regionInfo for split status.

Signed-off-by: Viraj Jasani <vjasani@apache.org>
2021-10-20 15:48:36 -07:00
..
src HBASE-26383 HBCK incorrectly reports inconsistencies for recently split regions following a master failover (#3775) 2021-10-20 15:48:36 -07:00
pom.xml HBASE-26100 Set version as 3.0.0-alpha-2-SNAPSHOT in master (#3508) 2021-07-20 23:04:08 +08:00