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