HBASE-25483 set the loadMeta log level to debug (#2859)
Signed-off-by: Pankaj Kumar<pankajkumar@apache.org>
This commit is contained in:
parent
7d70141b90
commit
a348204d4a
|
@ -164,8 +164,7 @@ public class RegionStateStore {
|
|||
ServerName regionLocation = MetaTableAccessor.getTargetServerName(result, replicaId);
|
||||
final long openSeqNum = hrl.getSeqNum();
|
||||
|
||||
// TODO: move under trace, now is visible for debugging
|
||||
LOG.info(
|
||||
LOG.debug(
|
||||
"Load hbase:meta entry region={}, regionState={}, lastHost={}, " +
|
||||
"regionLocation={}, openSeqNum={}",
|
||||
regionInfo.getEncodedName(), state, lastHost, regionLocation, openSeqNum);
|
||||
|
|
Loading…
Reference in New Issue