Description
Since CASSANDRA-5220 we open one sstablescanner per range per sstable. If compaction gets behind and you are running vnodes with 256 tokens and RF3, this could become a problem (ie, 768 * number of sstables scanners)
We could probably refactor this similar to the way we handle scanners with LCS - only open the scanner once we need it