HBASE-25483 set the loadMeta log level to debug (#2859)

Signed-off-by: Pankaj Kumar<pankajkumar@apache.org>
This commit is contained in:
Bo Cui 2021-01-08 21:57:23 +08:00 committed by GitHub
parent 7d70141b90
commit a348204d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -164,8 +164,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);