This is an automated email from the ASF dual-hosted git repository.
inigoiri pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new 52d7b74 HDFS-15062. Add LOG when sendIBRs failed. Contributed by Fei
Hui.
52d7b74 is described below
commit 52d7b745c6d95e799542d6409dac30d0418ce8a8
Author: Inigo Goiri <[email protected]>
AuthorDate: Thu Dec 19 09:42:17 2019 -0800
HDFS-15062. Add LOG when sendIBRs failed. Contributed by Fei Hui.
---
.../hadoop/hdfs/server/datanode/IncrementalBlockReportManager.java | 3 +++
1 file changed, 3 insertions(+)
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 9515b73..73cc44b 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
@@ -222,6 +222,9 @@ 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]