aryangupta1998 commented on code in PR #9275:
URL: https://github.com/apache/ozone/pull/9275#discussion_r2513299176


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/KeyManagerImpl.java:
##########
@@ -2303,6 +2303,7 @@ private <T extends WithParentObjectId> DeleteKeysResult 
gatherSubPathsWithIterat
           consumedSize += objectSerializedSize;
         }
       }
+      keyInfos.replaceAll(keyInfo -> new 
OmKeyInfo.Builder(keyInfo).setAcls(Collections.emptyList()).build());

Review Comment:
   My bad, done!



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