alanwang67 commented on code in PR #4692:
URL: https://github.com/apache/cassandra/pull/4692#discussion_r3096496016
##########
src/java/org/apache/cassandra/db/compaction/CompactionManager.java:
##########
@@ -1405,7 +1464,7 @@ public void forceUserDefinedCleanup(String dataFiles)
CleanupStrategy cleanupStrategy = CleanupStrategy.get(cfs,
allRanges, transientRanges, sstable.isRepaired(), FBUtilities.nowInSeconds());
try (LifecycleTransaction txn =
cfs.getTracker().tryModify(sstable, OperationType.CLEANUP))
{
- doCleanupOne(cfs, txn, cleanupStrategy, allRanges,
hasIndexes);
+ doCleanupOne(cfs, txn, cleanupStrategy, allRanges,
hasIndexes, noLongerOwnedRangesInUseByAccord);
Review Comment:
I assume this was prior to the comment on passing in the incompleteOperation
parameter, just went with adding the additional parameter rather than having
the caller of the method handle the logic of doing this.
--
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]