This is an automated email from the ASF dual-hosted git repository.

ebadger pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new ef00db4  Revert "HDFS-15062. Add LOG when sendIBRs failed. Contributed 
by Fei Hui."
ef00db4 is described below

commit ef00db4ce9544fb15a25d332f7a1c3d0ee7c7b52
Author: Eric Badger <[email protected]>
AuthorDate: Fri Dec 20 19:16:22 2019 +0000

    Revert "HDFS-15062. Add LOG when sendIBRs failed. Contributed by Fei Hui."
    
    This reverts commit 27555620fae3791d9fd24168e346714de8467a1d.
---
 .../hadoop/hdfs/server/datanode/IncrementalBlockReportManager.java     | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/IncrementalBlockReportManager.java
 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/IncrementalBlockReportManager.java
index 0bf75a5..1779374 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/IncrementalBlockReportManager.java
+++ 
b/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);
       }
     }
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to