-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore multiple node cluster : Error with table ***, found X directories #2
Comments
Thanks for bringing this up! It means that on the cassandra container, under the data dir, there are 2 directories named my_table-*. Cain does not know which one to use. Did you try to restore to a fresh cluster? The 2 directories feel like leftovers from manual actions... |
I don't think this is a problem with restoring to multiple nodes. As long as you have 2 nodes or over (when restoring a 2 node backup), you should be fine. The error does not say which pod is the problematic one though. Not a problem in a 2 node cluster, but thinking of |
You are right! \o/
Or something like that. I really didn't understood the error. But I'm pretty new to Cassandra so maybe it's clear for someone with more experience. |
Hello,
I posted an issue in the upstream nuvo#17 because it had issues already but I post it here too seems it looks like the cain that is up to date.
I'm using cain to backup & restore a cassandra cluster on kubernetes and I have the following error when I restore my cassandra :
The 2 directories match with my two nodes. The tree of my cain generated in S3 backup looks like that:
cassandra-0
andcassandra-1
are my pod namesThe restore command I used:
The full log:
I tried to play a lot with the
--src
the tag_name with no luck.Is there something I am missing regarding the cassandra restore into a multi node cluster?
The text was updated successfully, but these errors were encountered: