blambov commented on code in PR #3688:
URL: https://github.com/apache/cassandra/pull/3688#discussion_r1875599127


##########
src/java/org/apache/cassandra/db/repair/CassandraValidationIterator.java:
##########
@@ -221,7 +222,7 @@ public CassandraValidationIterator(ColumnFamilyStore cfs, 
SharedContext ctx, Col
 
         long gcBefore = dontPurgeTombstones ? Long.MIN_VALUE : 
getDefaultGcBefore(cfs, nowInSec);
         controller = new ValidationCompactionController(cfs, gcBefore);
-        scanners = cfs.getCompactionStrategyManager().getScanners(sstables, 
ranges);
+        scanners = ScannerFactory.DEFAULT.getScanners(sstables, ranges);

Review Comment:
   Reverted the change, opening a separate ticket to deal with the 
`ScannerList` complexity.



-- 
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]

Reply via email to