unknowntpo commented on code in PR #9102:
URL: https://github.com/apache/ozone/pull/9102#discussion_r2406137721


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMDirectoriesPurgeRequestWithFSO.java:
##########
@@ -254,6 +237,48 @@ public OMClientResponse 
validateAndUpdateCache(OzoneManager ozoneManager, Execut
         getBucketLayout(), volBucketInfoMap, fromSnapshotInfo, openKeyInfoMap);
   }
 
+  /**
+   * Helper class to hold processed key information.
+   */
+  @SuppressWarnings("visibilitymodifier")
+  private static class ProcessedKeyInfo {
+    final OmKeyInfo keyInfo;
+    final String deleteKey;
+    final String volumeName;
+    final String bucketName;
+    final Pair<String, String> volBucketPair;

Review Comment:
   Ok, 
[build-branch](https://github.com/unknowntpo/ozone/actions/runs/18281612537) is 
enabled. And suggestion is applied.



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