jojochuang commented on code in PR #8551:
URL: https://github.com/apache/ozone/pull/8551#discussion_r2127546189
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/filter/ReclaimableFilter.java:
##########
@@ -167,11 +168,21 @@ private void initializePreviousSnapshotsFromChain(String
volume, String bucket)
previousOmSnapshots.add(null);
previousSnapshotInfos.add(null);
}
-
- // NOTE: Getting volumeId and bucket from active OM.
- // This would be wrong on volume & bucket renames support.
- bucketInfo = ozoneManager.getBucketInfo(volume, bucket);
+ }
+ // NOTE: Getting volumeId and bucket from active OM.
+ // This would be wrong on volume & bucket renames support.
Review Comment:
this is not supported and is a design decision, so I think we can safely
ignore it.
--
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]