wycccccc commented on a change in pull request #1554:
URL: https://github.com/apache/ozone/pull/1554#discussion_r519547035
##########
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/IncrementalContainerReportHandler.java
##########
@@ -87,7 +89,7 @@ public void onMessage(final
IncrementalContainerReportFromDatanode report,
report.getDatanodeDetails(), ex);
} catch (IOException e) {
success = false;
- LOG.error("Exception while processing ICR for container {}",
+ LOG.warn("Exception while processing ICR for container {}",
Review comment:
@ayushtkn I think what you said makes sense,let me try it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]