This is an automated email from the ASF dual-hosted git repository.
ebadger pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new 11c5396 Revert "HDFS-15062. Add LOG when sendIBRs failed. Contributed
by Fei Hui."
11c5396 is described below
commit 11c5396b4ada3981542d5eae66132ce990939d3f
Author: Eric Badger <[email protected]>
AuthorDate: Fri Dec 20 19:04:45 2019 +0000
Revert "HDFS-15062. Add LOG when sendIBRs failed. Contributed by Fei Hui."
This reverts commit 59cdf18d5a930886f57818022858fa18a1ad555f.
---
.../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]