Re: Best way to get Cassandra status in Bash

2016-01-05 Thread Stephen Baynes
t work neither. >>> >>> Furthermore, when CQLSH script cannot connect to Cassandra, it prints >>> this error on console: >>> Connection error: ('Unable to connect to any servers', {'127.0.0.1': >>> error(111, "Tried connecting to [('127.0.0.1'

Re: Changing schema on multiple nodes while they are isolated

2015-10-05 Thread Stephen Baynes
d, you’ll get into troubles when they will reconnect again. I had >> the case previously and Cassandra complained that tables with same names >> but different ids were present in the keyspace. I don’t know if there is a >> way to fix that with nodetool but I don’t think that it

Re: Changing schema on multiple nodes while they are isolated

2015-10-05 Thread Stephen Baynes
a automatically. > > > > *--* > > *Jacques-Henri Berthemet* > > > > *From:* Stephen Baynes [mailto:stephen.bay...@smoothwall.net] > *Sent:* vendredi 2 octobre 2015 18:08 > *To:* user@cassandra.apache.org > *Subject:* Re: Changing schema on multiple nodes while they are i

Re: Changing schema on multiple nodes while they are isolated

2015-10-02 Thread Stephen Baynes
” application node that is > responsible to change the schema. If this node is down, schema updates are > not possible. We can make any node ‘creator’, but only one can be enabled > at any given time. > > *--* > > *Jacques-Henri Berthemet* > > > > *From:* Stephen Ba

Changing schema on multiple nodes while they are isolated

2015-10-02 Thread Stephen Baynes
cation factor so all nodes have a copy of all the data and will keep working even if they are the only one up. Thanks -- Stephen Baynes