cassandra-util icon indicating copy to clipboard operation
cassandra-util copied to clipboard

Cassandra 2.2 Support

Open blegear opened this issue 6 years ago • 0 comments

Does DeletingCompactionStrategy support cassandra 2.2 tree. Looking through the code it requires org.apache.cassandra.io.sstable.SSTableReader which at least at a cursory glance is not implemented in cassandra 2.2 https://github.com/apache/cassandra/tree/trunk/src/java/org/apache/cassandra/io/sstable

When trying to alert table to use deletingcompactionstrategy in 2.2 i see this: ServerError: java.lang.NoClassDefFoundError: org/apache/cassandra/io/sstable/SSTableReader

Can support be added ? Or am i doing something completely wrong.

blegear avatar Jun 26 '19 12:06 blegear