HBASE-17682 Region stuck in merging_new state indefinitely
Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
parent
2b6e9b3a3a
commit
b0780bdc63
@ -741,7 +741,7 @@ public class RegionStates {
|
||||
LOG.info("Found region in " + state +
|
||||
" to be reassigned by ServerCrashProcedure for " + sn);
|
||||
rits.add(hri);
|
||||
} else if(state.isSplittingNew()) {
|
||||
} else if(state.isSplittingNew() || state.isMergingNew()) {
|
||||
regionsToCleanIfNoMetaEntry.add(state.getRegion());
|
||||
} else {
|
||||
LOG.warn("THIS SHOULD NOT HAPPEN: unexpected " + state);
|
||||
|
Loading…
x
Reference in New Issue
Block a user