smengcl commented on code in PR #9089:
URL: https://github.com/apache/ozone/pull/9089#discussion_r2409083392
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/OmUtils.java:
##########
@@ -531,14 +531,15 @@ public static File createOMDir(String dirPath) {
* repeatedOmKeyInfo instance.
* 3. Set the updateID to the transactionLogIndex.
* @param keyInfo args supplied by client
+ * @param bucketId bucket id
* @param trxnLogIndex For Multipart keys, this is the transactionLogIndex
* of the MultipartUploadAbort request which needs to
* be set as the updateID of the partKeyInfos.
* For regular Key deletes, this value should be set to
* the same updateID as is in keyInfo.
* @return {@link RepeatedOmKeyInfo}
*/
- public static RepeatedOmKeyInfo prepareKeyForDelete(OmKeyInfo keyInfo,
+ public static RepeatedOmKeyInfo prepareKeyForDelete(long bucketId, OmKeyInfo
keyInfo,
Review Comment:
ok. sounds fine
--
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]