Re: Phantom growth resulting automatically node shutdown

2018-04-23 Thread Fernando Neves
Thank you all guys! We will plan to upgrade our cluster to the latest 3.11.x version. 2018-04-20 7:09 GMT+08:00 kurt greaves : > This was fixed (again) in 3.0.15. https://issues.apache. > org/jira/browse/CASSANDRA-13738 > > On Fri., 20 Apr. 2018, 00:53 Jeff Jirsa, wrote: > >> There have also bee

Repair with -pr option vs Repair Local Datacenter, -pr fails but latter succeeds, how to proceed

2018-04-23 Thread Leena Ghatpande
In context with this earlier post I had https://www.mail-archive.com/user@cassandra.apache.org/msg56122.html We run repair on each node in the cluster with the -pr option on every table within each keyspace individually. Repairs are run sequentially on each node Repairs fail for all nodes for

Re: cassandra repair takes ages

2018-04-23 Thread Nuno Cervaens - Hoist Group - Portugal
Hi Carlos, Ok thanks for the feedback and the url, its pretty clear now. cheers, nuno On Dom, 2018-04-22 at 16:13 +0100, Carlos Rolo wrote: > Hello, > > I just stated that if you use QUORUM or in fact using ALL, since > you're running ONE, this is a non-issue. > > Regarding incremental repairs

Re: GUI clients for Cassandra

2018-04-23 Thread Rahul Singh
Zeppelin and Dbeaver EE are both good. -- Rahul Singh rahul.si...@anant.us Anant Corporation On Apr 23, 2018, 12:53 AM -0400, Eunsu Kim , wrote: > I am now writing dbeaver EE, but I’m waiting for TeamSQL (https://teamsql.io) > to support cassandra. > > > On 23 Apr 2018, at 7:56 AM, Tim Moore w

Re: GUI clients for Cassandra

2018-04-23 Thread Christophe Schmitz
Hi Hannu ;) > > I have been asked many times that what is a good GUI client for Cassandra. >> DevCenter is not available anymore and DataStax has a DevStudio but that’s >> for DSE only. >> > DevCenter is still available, I just downloaded it. Cheers, Christophe -- *Christophe Schmitz - **

Re: Memtable type and size allocation

2018-04-23 Thread kurt greaves
Hi Vishal, In Cassandra 3.11.2, there are 3 choices for the type of Memtable > allocation and as per my understanding, if I want to keep Memtables on JVM > heap I can use heap_buffers and if I want to store Memtables outside of JVM > heap then I've got 2 options offheap_buffers and offheap_objects