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

This reverts commit 27555620fa.
This commit is contained in:
Eric Badger 2019-12-20 19:16:22 +00:00
parent 39c6849d34
commit ef00db4ce9
1 changed files with 0 additions and 3 deletions

View File

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