aswinshakil commented on code in PR #4541:
URL: https://github.com/apache/ozone/pull/4541#discussion_r1171694924


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/response/key/OMDirectoriesPurgeResponseWithFSO.java:
##########
@@ -130,11 +130,10 @@ public void processPaths(OMMetadataManager 
omMetadataManager,
         }
 
         RepeatedOmKeyInfo repeatedOmKeyInfo = OmUtils.prepareKeyForDelete(
-            keyInfo, null, keyInfo.getUpdateID(), isRatisEnabled);
+            keyInfo, keyInfo.getUpdateID(), isRatisEnabled);
 
         String deletedKey = omMetadataManager
-            .getOzoneKey(keyInfo.getVolumeName(), keyInfo.getBucketName(),

Review Comment:
   For FSO, here we are using 
`/volumeId/bucketId/parentObjId/fileName/objectId` 
but`OMKeyDeleteResponseWithFSO` still uses 
`/volumeName/bucketName/keyName/objectId`
   
https://github.com/apache/ozone/blob/5eead92666b374c4bb912f332488acb23f9a81df/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/response/key/OMKeyDeleteResponseWithFSO.java#L92-L102
   



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