-
Notifications
You must be signed in to change notification settings - Fork 60
Cassandra 2.1.13 works only with PR#121 and not current master #138
Comments
@deniszh just as an fyi, the only thing needed for reaper to work with a 2.1.13 cluster is to upgrade the cassandra.version to 2.1.13 in the pom.xml file, IF you don't want incremental repair. I migrated yesterday from 2.1.5 to 2.1.13, and we don't (yet) intend to use incremental repairs, so that's the only thing we had to do. Right now, it works without problems. Hope that helps. |
Unfortunately, it do not work for me, something in Cassandra 2.1.13 class is not compatible with current reaper:
|
And changing to 2.1.8 (as in PR#121) doesn't help either. PR#121 still builds and works fine btw. |
Tried master branch on latest stable Cassandra 2.1.13, got exactly same error as in #65, despite merged support of C* 2.1.8:(
Tried this PR - #121 - works like a charm, even with
incrementalRepair:false
Unfortunately, PR#121 has merge conflicts with current master...
The text was updated successfully, but these errors were encountered: