HBASE-21017 Add debug log for finding out race where we update region state to OPEN accidentally
This commit is contained in:
parent
aac1a70147
commit
a452487a9b
|
@ -196,7 +196,7 @@ public class RegionStateStore {
|
|||
.setType(Cell.Type.Put)
|
||||
.setValue(Bytes.toBytes(state.name()))
|
||||
.build());
|
||||
LOG.info(info.toString());
|
||||
LOG.info(info.toString(), new Exception());
|
||||
updateRegionLocation(regionInfo, state, put);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue