C* files getting stuck

2016-06-29 Thread Amit Singh F
Hi All We are running Cassandra 2.0.14 and disk usage is very high. On investigating it further we found that there are around 4-5 files(~ 150 GB) in stuck mode. Command Fired : lsof /var/lib/cassandra | grep -i deleted Output : java 12158 cassandra 308r REG 8,16 34396638044 12727268

Re: C* 2.2.7 ?

2016-06-29 Thread Dominik Keil
+1 there's some bugs fixed we might be or sure are affected by and the change log has become quite large already mind voting von 2.2.7 soon? Am 21.06.2016 um 15:31 schrieb horschi: Hi, are there any plans to release 2.2.7 any time soon? kind regards, Christian -- *Dominik Keil*

Re: Problems with nodetool

2016-06-29 Thread Sebastian Estevez
Did you mean `nodetool status` not `node-tool status` ? All the best, [image: datastax_logo.png] Sebastián Estévez Solutions Architect | 954 905 8615 | sebastian.este...@datastax.com [image: linkedin.png] [image:

Re: Problems with nodetool

2016-06-29 Thread Ralf Meier
Yes. > Am 29.06.2016 um 15:48 schrieb Sebastian Estevez > : > > Did you mean `nodetool status` not `node-tool status` ? > > All the best, > > > Sebastián Estévez > Solutions Architect | 954 905 8615 | sebastian.este...@datastax.com

Re: Changing a cluster name

2016-06-29 Thread Dominik Keil
Also you might want to explicitly do "nodetool flush system". I've recently done this in C* 2.2.6 and just "nodetool flush" would not have flushed the system keyspace, leading to the change in cluster name not being persisted across restarts. Cheers Am 29.06.2016 um 03:36 schrieb Surbhi

Re: C* 2.2.7 ?

2016-06-29 Thread Tyler Hobbs
2.2.7 just got tentatively tagged yesterday. So, there should be a vote on releasing it shortly. On Wed, Jun 29, 2016 at 8:24 AM, Dominik Keil wrote: > +1 > > there's some bugs fixed we might be or sure are affected by and the > change log has become quite large

Re: Changing a cluster name

2016-06-29 Thread Paul Fife
Thanks Dominik - I was doing a nodetool flush like the instructions said, but it wasn't actually flushing the system keyspace. Using nodetool flush system made it work as expected! Thanks, Paul Fife On Wed, Jun 29, 2016 at 7:37 AM, Dominik Keil wrote: > Also you

Re: C* 2.2.7 ?

2016-06-29 Thread horschi
Awesome! There is a lot of good stuff in 2.2.7 :-) On Wed, Jun 29, 2016 at 5:37 PM, Tyler Hobbs wrote: > 2.2.7 just got tentatively tagged yesterday. So, there should be a vote > on releasing it shortly. > > On Wed, Jun 29, 2016 at 8:24 AM, Dominik Keil

Problems with nodetool

2016-06-29 Thread Ralf Meier
Hi everybody, I tried to install a cassandra cluster using docker (official image) on 6 different machines. (Each physical machine will host one docker container). Each physical node has two network cards. One for an „internal network“ where the cassandra cluster should use for communication.

Re: Motivation for a DHT ring

2016-06-29 Thread jean paul
2016-06-28 22:29 GMT+01:00 jean paul : > Hi all, > > Please, What is the motivation for choosing a DHT ring in cassandra? Why > not use a normal parallel or distributed file system that supports > replication? > > Thank you so much for clarification. > > Kind regards. >