devmadhuu commented on code in PR #6078:
URL: https://github.com/apache/ozone/pull/6078#discussion_r1464343001


##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/replication/ContainerImporter.java:
##########
@@ -121,6 +125,7 @@ public void importContainer(long containerID, Path 
tarFilePath,
             .readContainer(containerDescriptorYaml);
       }
       containerData.setVolume(targetVolume);
+      ContainerUtils.verifyChecksum(containerData, conf);

Review Comment:
   @DaveTeng0 thanks for working on this patch, can we move this checksum 
verification statement before setting target volume, as we already got the 
containerData at Line:127



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