swamirishi commented on code in PR #8450:
URL: https://github.com/apache/ozone/pull/8450#discussion_r2094499580
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java:
##########
@@ -1311,159 +1308,6 @@ private PersistedUserVolumeInfo getVolumesByUser(String
userNameKey)
}
}
- /**
- * Returns a list of pending deletion key info up to the limit.
- * Each entry is a {@link BlockGroup}, which contains the info about the key
- * name and all its associated block IDs.
- *
- * @param keyCount max number of keys to return.
- * @param omSnapshotManager SnapshotManager
- * @return a list of {@link BlockGroup} represent keys and blocks.
- * @throws IOException
- */
- public PendingKeysDeletion getPendingDeletionKeys(final int keyCount,
Review Comment:
yeah I moved the function to KeyManagerImpl. Most of the logic is going to
be performed in the ReclaimableKeyFilter class
--
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]