-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels