On Mon, Oct 2, 2017 at 11:27 AM, Dan Kinder <dkin...@turnitin.com> wrote:
> (As a side note, it seems silly to call shouldDefragment at all on a read > if the compaction strategy is not STSC) > > > It defaults to false: https://github.com/apache/cassandra/blob/cassandra-3.0/src/java/org/apache/cassandra/db/compaction/AbstractCompactionStrategy.java#L302 And nothing else other than STCS overrides it to true.