sumitagrawl commented on code in PR #4972:
URL: https://github.com/apache/ozone/pull/4972#discussion_r1260655821


##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/helpers/KeyValueContainerUtil.java:
##########
@@ -149,6 +149,31 @@ public static void removeContainer(KeyValueContainerData 
containerData,
         .getMetadataPath());
     File chunksPath = new File(containerData.getChunksPath());
 
+    if (!containerData.hasSchema(OzoneConsts.SCHEMA_V3)) {

Review Comment:
   Removed this as not required, cache cleanup is already done at caller. other 
places during startup, this call not required.



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