ChenSammi commented on code in PR #8165:
URL: https://github.com/apache/ozone/pull/8165#discussion_r2015557166


##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/utils/ContainerLogger.java:
##########
@@ -161,4 +176,15 @@ private static String getMessage(ContainerData 
containerData) {
         "BCSID=" + containerData.getBlockCommitSequenceId(),
         "State=" + containerData.getState());
   }
+
+  private static String getMessage(long containerId, HddsVolume sourceVolume,
+      HddsVolume destinationVolume, long containerSize, long timeTaken) {
+    return String.join(FIELD_SEPARATOR,

Review Comment:
   We can omit this "Container Move Successful", for it can be inferred. 



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

To unsubscribe, e-mail: [email protected]

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