Re: Cannot resolve schema disagreement

2013-05-09 Thread srmore
Thought so. Thanks Aaron ! On Thu, May 9, 2013 at 6:09 PM, aaron morton wrote: > This raises an important question, where does Cassandra get the time > information from ? > > http://docs.oracle.com/javase/6/docs/api/java/lang/System.html > normally milliSeconds, not sure if 1.0.12 may use nano

Re: Cannot resolve schema disagreement

2013-05-09 Thread aaron morton
> This raises an important question, where does Cassandra get the time > information from ? http://docs.oracle.com/javase/6/docs/api/java/lang/System.html normally milliSeconds, not sure if 1.0.12 may use nanoTime() which is less reliable on some VM's. > and is it required (I know it is highly

Re: Cannot resolve schema disagreement

2013-05-09 Thread srmore
Thanks Rob ! Tried the steps, that did not work, however I was able to resolve the problem by syncing the clocks. The thing that confuses me is that, the FAQ says "Before 0.7.6, this can also be caused by cluster system clocks being substantially out of sync with each other". The version I am usin

Re: Cannot resolve schema disagreement

2013-05-09 Thread Robert Coli
On Wed, May 8, 2013 at 5:40 PM, srmore wrote: > After running the commands, I get back to the same issue. Cannot afford to > lose the data so I guess this is the only option for me. And unfortunately I > am using 1.0.12 ( cannot upgrade as of now ). Any, ideas on what might be > happening or any p

Cannot resolve schema disagreement

2013-05-08 Thread srmore
Hello, I have a cluster of 4 nodes and two of them are on different schema. I tried to run the commands described in the FAQ section but no luck ( http://wiki.apache.org/cassandra/FAQ#schema_disagreement) . After running the commands, I get back to the same issue. Cannot afford to lose the data s