Closed codingismy11to7 closed 12 years ago
what revision of solandra is this? last commit?
I thought we were up to date, but it looks like we last pulled on Sept 29th, so there have been some new commits. Could this possibly be fixed? Is there a way to upgrade solandra without losing the data?
Don't update to the latest since it includes a breaking change.
Did this start happening once you updated?
My guess is it's related to this change https://github.com/tjake/Solandra/commit/386746a55756ee5a5aebcba69a441350133590b3
perhaps you can revert that and see if that helps
The actual fix for this is https://github.com/tjake/Solandra/commit/7b18f06f286820d4f3181c1ddafda6dfb2cc9672 but it requires re-indexing. if you want to just fix the problem without updating then i think reverting https://github.com/tjake/Solandra/commit/386746a55756ee5a5aebcba69a441350133590b3 will do that
We're reliably (but not reproducibly) hitting a database corruption issue that we can't recover from, or at least haven't figured out a way to do so. Everything I can find on the internet is talking about a cassandra bug that was fixed in 0.6.1, and was for indexes over 2GB (we're nowhere close to that), so I'm guessing it's caused by Solandra somehow.
Once we get into this state, queries against the selected core never return, and Solandra spits out the same stack trace over and over every few seconds:
Hopefully this tells you something? We could probably send along affected db files.