swamirishi commented on code in PR #8094:
URL: https://github.com/apache/ozone/pull/8094#discussion_r1997677341


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmSnapshotManager.java:
##########
@@ -499,8 +498,7 @@ private static void 
deleteKeysFromDelDirTableInSnapshotScope(
       String bucketName, BatchOperation batchOperation) throws IOException {
 
     // Range delete start key (inclusive)
-    final String keyPrefix = getOzonePathKeyForFso(omMetadataManager,
-        volumeName, bucketName);
+    final String keyPrefix = 
omMetadataManager.getBucketKeyPrefixFSO(volumeName, bucketName);

Review Comment:
   we will do this as part of GC refactoring fixes



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