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:
Bo Cui 2021-01-08 21:57:23 +08:00 committed by Pankaj Kumar
parent 4705b4752b
commit bd8ded8d60
1 changed files with 1 additions and 2 deletions

View File

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