ayushtkn commented on a change in pull request #1554:
URL: https://github.com/apache/ozone/pull/1554#discussion_r519666259



##########
File path: 
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/IncrementalContainerReportHandler.java
##########
@@ -80,11 +80,16 @@ public void onMessage(final 
IncrementalContainerReportFromDatanode report,
         processContainerReplica(dd, replicaProto, publisher);
       } catch (ContainerNotFoundException e) {
         success = false;
-        LOG.warn("Container {} not found!", replicaProto.getContainerID());
+        LOG.warn("Container {} not found!",
+            replicaProto.getContainerID());

Review comment:
       @wycccccc This is just a formatting change. It isn't required here. 
Please avoid changing it, Apart from this changes Looks Good




----------------------------------------------------------------
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]

Reply via email to