smengcl commented on code in PR #6495:
URL: https://github.com/apache/ozone/pull/6495#discussion_r1558683237
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/response/key/OMDirectoriesPurgeResponseWithFSO.java:
##########
@@ -62,17 +62,19 @@ public class OMDirectoriesPurgeResponseWithFSO extends
OmKeyResponse {
private boolean isRatisEnabled;
private Map<Pair<String, String>, OmBucketInfo> volBucketInfoMap;
private SnapshotInfo fromSnapshotInfo;
+ private List<String> openKeyList;
Review Comment:
nit: rename this or add a comment above this declaration to help others
understand what this is for.
```suggestion
private List<String> openKeyRemovalList;
```
--
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]