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:
zhangduo 2018-08-25 15:21:55 +08:00
parent 86b35b2687
commit 409e742ac3

View File

@ -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);
}