You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4990,8 +4990,8 @@ public void run() {
4990
4990
}
4991
4991
}
4992
4992
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);
0 commit comments