-
Notifications
You must be signed in to change notification settings - Fork 60
Reaper fails repairing 2.1 cluster #65
Comments
Been a while 2.1 has been out. Anyway this can be fixed? |
Actually we have no current plans on fixing this just at the moment. This is mainly due to the fact that Cassandra 2.0.x is still the version that is mainly used in production. I'm sure this will start getting more focus on this after Summer. |
I have updated the code to use 2.1.8 cassandra API, The changes are quite straight forward,
Finally, I haven't investigated more BUT the SimpleCondition Class in Cassandra changed a lot between 2.0 and 2.1 (see apache/cassandra@5420b7a) Which causes timing issues in the SegmentRunner class (Jmx responses are blocked until the await() returns) Therefore I copied to 2.0 SimpleCondition from cassandra and added to the reaper project as a quick hack.
Thats all there is really, I will look into making the code change to support CLI and web ui update eventually. |
Here's a PR #121 for this feature. It would be great if we could keep multiple branches, master = Cassandra 2.2, branches cassandra-2.1, branches cassandra-2.0, since the Cassandra API doesn't seem to be backward compatible all the time. |
Upvoting @djsly. The fix for this seems pretty straightforward, and having 2.0, 2.1, 2.2 branches (in the same fashion as Neflix/Priam, for example) would seem to be much better for the community than what looks like an impending forest of forks... |
… reference to Issue spotify#65
@varjoranta Just sent a PR back to @djsly's Nuance fork for merge conflicts. Please let me know if there are any other ways I can help get 2.1, 2.2, etc support in place as we've got the okay from a client to put some resources on this. |
Thanks for being active on this! |
(and thanks @varjoranta for the update! good luck with the new endeavor). |
@zznate Sorry for the late response, just had a chance to look at this now. I will look at your PR. |
💯 |
JMX signature doesn't match.
https://pastebin.mozilla.org/8822185
The text was updated successfully, but these errors were encountered: