swamirishi commented on code in PR #7200:
URL: https://github.com/apache/ozone/pull/7200#discussion_r1765733653
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/service/SnapshotDeletingService.java:
##########
@@ -89,16 +86,17 @@ public class SnapshotDeletingService extends
AbstractKeyDeletingService {
private final OzoneManager ozoneManager;
private final OmSnapshotManager omSnapshotManager;
- private final SnapshotChainManager chainManager;
+ private final SnapshotChainManager snapshotChainManager;
private final AtomicBoolean suspended;
private final OzoneConfiguration conf;
private final AtomicLong successRunCount;
- private final long snapshotDeletionPerTask;
- private final int keyLimitPerSnapshot;
+ private final int keyLimitPerTask;
+ private final int snapshotDeletionPerTask;
Review Comment:
That shouldn't happen. There is a check if the next snapshot is in deleted
state we don't process that snapshot.
--
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]