adoroszlai commented on a change in pull request #569: HDDS-3209. Recon should
persist Node metadata.
URL: https://github.com/apache/hadoop-ozone/pull/569#discussion_r382130551
##########
File path:
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/scm/ReconContainerManager.java
##########
@@ -75,6 +80,7 @@ public void addNewContainer(long containerId,
getPipelineManager(), containerWithPipeline.getPipeline());
addContainerToDB(containerInfo);
} catch (IOException ex) {
+ LOG.info("Exception while adding container.", ex);
Review comment:
I think adding `containerId` to the message might be helpful.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]