-
Notifications
You must be signed in to change notification settings - Fork 68
UninitializedMessageException when repairing cluster #112
Comments
Thanks for the report @TrevorBasinger those two links you've provided look like good guesses. I'll try and spend some time putting a fix together. In the mean time you can try running nodetool manually on each of the hosts that is running cassandra with the following command:
|
I appreciate you getting back with me. We've decided to run cassandra outside of DCOS for the time being. Thanks for your time! |
@BenWhitehead Wanted to let you know we're running cassandra inside mesosphere again. I'm willing to help test once you've got a fix ready. |
great to hear, I hope to have a fix in soon. |
…ilding new job state. Fix mesosphere-backup#112
@TrevorBasinger I just merged a change (in #119) that should help take care of the issue that is happening. I managed to only get the exception once in my pre-fix testing, but didn't get it any times after applying the fix. This will go out in the next release of the framework. |
I sent a POST request to /cluster/repair/start and my cassandra.dcos is continuously failing to start.
Here is the relevant portion of the stderr:
I haven't grokked the whole project, but if I had to guess, I think the problem might be here
I think the builder might need a jobType and startedTimestamp set the same way it was set here
I hope this is somewhat helpful. I'm still trying to figure out how to fix my cassandra.dcos service without uninstalling it all together. Please advise.
The text was updated successfully, but these errors were encountered: