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


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/response/key/AbstractOMKeyDeleteResponse.java:
##########
@@ -115,15 +114,15 @@ protected void addDeletionToBatch(
    *  file table (which is in prefix format) and adds the fullKey
    *  into the deletedTable
    * @param keyName     (format: objectId/key)
-   * @param fullKeyName (format: vol/buck/key)
+   * @param deleteKeyName (format: <keyname>/keyObjectId)
    * @param omKeyInfo
    * @throws IOException
    */
   protected void addDeletionToBatch(
       OMMetadataManager omMetadataManager,
       BatchOperation batchOperation,
       Table<String, ?> fromTable,
-      String keyName, String fullKeyName,

Review Comment:
   @aswinshakil Its verified and handled to have 
/volumeName/bucketName/keyName/objectId, Its done as part of below PR splitted 
from this, HDDS-8462



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