Skip to content

Cassandra 2.2 Support #14

@blegear

Description

@blegear

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions