smiklosovic commented on code in PR #3374:
URL: https://github.com/apache/cassandra/pull/3374#discussion_r1876882688
##########
src/java/org/apache/cassandra/db/repair/CassandraValidationIterator.java:
##########
@@ -270,7 +272,7 @@ public void close()
{
// we can only clear the snapshot if we are not doing a global
snapshot validation (we then clear it once anticompaction
// is done).
- cfs.clearSnapshot(snapshotName);
+ SnapshotManager.instance.clearSnapshot(cfs.keyspace.getName(),
cfs.name, snapshotName);
Review Comment:
OK
--
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]