cqlsh doesn't make response in LCS setting

2016-07-18 Thread Yuji Ito
Hi all, I have a question. I use Cassandra 2.2.6. Why does cqlsh sometimes make no response in LCS setting for compaction? I requested as below: cqlsh -e "create index new_index on keyspace.table (sub_column);" When this problem happened, Cassandra process used 100% CPU and debug.log was

Re : Recommended procedure for enabling SSL on a live production cluster

2016-07-18 Thread sai krishnam raju potturi
Hi; We have a Cassandra cluster ( version 2.0.14 ) spanning across 4 datacenters with 50 nodes each. We are planning to enable SSL between the datacenters. We are following the standard procedure for enabling SSL (

Re: Cassandra discussion channel on Slack!

2016-07-18 Thread Eric Evans
On Fri, Jul 15, 2016 at 10:11 AM, denish patel wrote: > Hello, > > I have started Slack channel to discuss Cassandra. > > The purpose of this channel to use existing slack platform to get connected > to like minded Cassandra people. You can sign up using >

Re: (C)* stable version after 3.5

2016-07-18 Thread Riccardo Ferrari
Check the "Compatibility" section of the Cassandra Java driver. Since the driver is backward compatible when we did upgraded we first upgrade our applications to the latest java driver version then we upgraded our C* cluster. best, On Mon, Jul 18, 2016 at 9:06 AM, Varun Barala

Re: (C)* stable version after 3.5

2016-07-18 Thread Varun Barala
Thanks everyone for your detailed explanation!! We are going to upgrade from 2.1 to 3.0.8 as many people agreed that It's safe skipping measure version 2.2. Could anyone please tell me which *cassandra java driver* will be compatible with 3.0.8 ? Currently we are using *2.1.7.1 driver version*