Skip to content

Commit de7524b

Browse files
author
zhuxiangyi
committed
fix log level
1 parent 8e53a10 commit de7524b

File tree

1 file changed

+2
-2
lines changed
  • hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement

1 file changed

+2
-2
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4990,8 +4990,8 @@ public void run() {
49904990
}
49914991
}
49924992
if (isSleep) {
4993-
LOG.info("Clear markedDeleteQueue over " + deleteBlockLockTimeMs
4994-
+ " millisecond to release the write lock");
4993+
LOG.debug("Clear markedDeleteQueue over {}" +
4994+
" millisecond to release the write lock", deleteBlockLockTimeMs);
49954995
}
49964996
try {
49974997
Thread.sleep(deleteBlockUnlockIntervalTimeMs);

0 commit comments

Comments
 (0)