You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by in...@apache.org on 2019/12/20 19:28:40 UTC

[hadoop] branch branch-3.0 updated: Revert "HDFS-15062. Add LOG when sendIBRs failed. Contributed by Fei Hui."

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

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


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

commit 380fefc40e1d43f1b5a17e7bbc5a04cd3db47ac8
Author: Inigo Goiri <in...@apache.org>
AuthorDate: Fri Dec 20 11:28:17 2019 -0800

    Revert "HDFS-15062. Add LOG when sendIBRs failed. Contributed by Fei Hui."
    
    This reverts commit 0b75c5238b468e0a486a7b7b0d3cf9fc74bc7b22.
---
 .../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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org