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