Re: No schema agreement from live replicas

2015-09-16 Thread Jonathan Haddad
With Rf=2, cl=quorum is effectively the same as ALL. Expect downtime anytime you restart a node. On Wed, Sep 16, 2015 at 3:39 PM Sebastian Estevez < sebastian.este...@datastax.com> wrote: > check nodetool describecluster to see the schema versions across your > nodes. >

Re: No schema agreement from live replicas

2015-09-16 Thread Sebastian Estevez
check nodetool describecluster to see the schema versions across your nodes. A rolling restart will help propagate schema if you have disagreement across your nodes. Just FYI: We do a lot of schema c

Re: No schema agreement from live replicas?

2015-02-03 Thread graham sanderson
What version of C* are you using; you could be seeing https://issues.apache.org/jira/browse/CASSANDRA-7734 which I think affects 2.0.7 thru 2.0.10 > On Feb 3, 2015, at 9:47 AM, Clint Kelly wrote: > > FWIW increasing the threshold for with

Re: No schema agreement from live replicas?

2015-02-03 Thread Clint Kelly
FWIW increasing the threshold for withMaxSchemaAgreementWaitSeconds to 30sec was enough to fix my problem---I would like to understand whether the cluster has some kind of configuration problem that made doing so necessary, however. Thanks! On Tue, Feb 3, 2015 at 7:44 AM, Clint Kelly wrote: > Hi