[RELEASE] Apache Cassandra 3.0.13 released

2017-04-14 Thread Michael Shuler
The Cassandra team is pleased to announce the release of Apache Cassandra version 3.0.13. Apache Cassandra is a fully distributed database. It is the right choice when you need scalability and high availability without compromising performance. http://cassandra.apache.org/ Downloads of source a

Re: EXT: Start Cassandra with Gossip disabled ?

2017-04-14 Thread Harikrishnan Pillai
Yes , you can disable gossip and disable binary to cut off All traffic but process like compactions can still continue . Sent from my iPhone > On Apr 11, 2017, at 9:21 AM, Biscuit Ninja wrote: > > We run an 8 node Cassandra v2.1.16 cluster (4 nodes in two discrete > datacentres) and we're cur

Re: Start Cassandra with Gossip disabled ?

2017-04-14 Thread Dominic Letz
In the cassandra-env.sh you can use the cassandra.join_ring=false option It's documented here: https://docs.datastax.com/en/cassandra/3.0/cassandra/tools/toolsCUtility.html cassandra-env.sh: JVM_OPTS="$JVM_OPTS -Dcassandra.join_ring=false" On Wed, Apr 12, 2017 at 12:19 AM, Biscuit Ninja wrote: