As far as I'm aware, the compaction logs don't get rotated. It looks like it just increments the sequence number by 1.
You can have a look at the logic here -- https://github.com/apache/cassandra/blob/cassandra-3.11.6/src/java/org/apache/cassandra/db/compaction/CompactionLogger.java#L303-L318. Cheers! >