Forráskód Böngészése

Revert "HDFS-15062. Add LOG when sendIBRs failed. Contributed by Fei Hui."

This reverts commit 59cdf18d5a930886f57818022858fa18a1ad555f.
Eric Badger 5 éve
szülő
commit
11c5396b4a

+ 0 - 3
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/IncrementalBlockReportManager.java

@@ -221,9 +221,6 @@ class IncrementalBlockReportManager {
         // blocks back onto our queue, but only in the case where we
         // didn't put something newer in the meantime.
         putMissing(reports);
-        LOG.warn("Failed to call blockReceivedAndDeleted: {}, nnId: {}"
-            + ", duration(ms): {}", Arrays.toString(reports),
-            nnRpcLatencySuffix, monotonicNow() - startTime);
       }
     }
   }