Re: High CPU usage on some of nodes

2015-09-10 Thread Samuel CARRIERE
Hi Roman, If it affects only a subset of nodes and it's always the same ones, it could be a "problem" with your data model : maybe some (too) wide rows on theses nodes. If one of your row is too wide, the deserialisation of the columns index of this row can take a lot of resources (disk, RAM, an

Re: Is it possible to bootstrap the 1st node of a new DC?

2015-09-10 Thread Samuel CARRIERE
Hi Christian, The problem you mention (violation of constency) is a true one. If I have understood correctly, it is resolved in cassandra 2.1 (see CASSANDRA-2434). Regards, Samuel horschi a écrit sur 10/09/2015 12:41:41 : > De : horschi > A : user@cassandra.apache.org, > Date : 10/09/2015 1

Re: Frequent Full GC that take > 30s

2014-05-06 Thread Samuel CARRIERE
>>>Hello. >>> >>>I'm having problems with frequent Full GCs that take a long time, and cause a >>>burst of timeouts for the client application. But first, here is my >>>configuration: >>> >>>Cassandra: 1.1.5 >>>Key Cache: size 209715168 (bytes), capacity 209715168 (bytes), >>>1331992571

AUTO : Samuel CARRIERE is out of the office (retour 09/03/2014)

2014-03-05 Thread Samuel CARRIERE
Je suis absent(e) du bureau jusqu'au 09/03/2014 Remarque : ceci est une réponse automatique à votre message "Re: CQL and reserved keywords" envoyé le 04/03/2014 10:56:02. C'est la seule notification que vous recevrez pendant l'absence de cette personne.

AUTO : Samuel CARRIERE is out of the office (retour 25/11/2013)

2013-11-18 Thread Samuel CARRIERE
Je suis absent(e) du bureau jusqu'au 25/11/2013 Remarque : ceci est une réponse automatique à votre message "Adding nodes to a cluster and 2 minutes rule" envoyé le 18/11/2013 19:28:51. C'est la seule notification que vous recevrez pendant l'absence de cette personne.

AUTO : Samuel CARRIERE is out of the office (retour 28/10/2013)

2013-10-21 Thread Samuel CARRIERE
Je suis absent(e) du bureau jusqu'au 28/10/2013 Remarque : ceci est une réponse automatique à votre message "Re: Is read performance improved by moving more volatile data to different CF?" envoyé le 21/10/2013 18:03:29. C'est la seule notification que vous recevrez pendant l'absence de cett

AUTO : Samuel CARRIERE is out of the office (retour 07/08/2013)

2013-07-12 Thread Samuel CARRIERE
Je suis absent(e) du bureau jusqu'au 07/08/2013 Remarque : ceci est une réponse automatique à votre message "Compression ratio" envoyé le 12/07/2013 17:02:11. C'est la seule notification que vous recevrez pendant l'absence de cette personne.

AUTO : Samuel CARRIERE is out of the office (retour 22/04/2013)

2013-04-14 Thread Samuel CARRIERE
Je suis absent(e) du bureau jusqu'au 22/04/2013 Remarque : ceci est une réponse automatique à votre message "re-execution of failed queries with rpc_timeout" envoyé le 15/04/2013 3:12:45. C'est la seule notification que vous recevrez pendant l'absence de cette personne.

AUTO : Samuel CARRIERE is out of the office (retour 19/09/2012)

2012-08-29 Thread Samuel CARRIERE
Je suis absent(e) du bureau jusqu'au 19/09/2012 Remarque : ceci est une réponse automatique à votre message "Re: Node forgets about most of its column families" envoyé le 29/08/2012 18:43:52. C'est la seule notification que vous recevrez pendant l'absence de cette personne.

RE snapshot issue

2012-07-11 Thread Samuel CARRIERE
Hello, The problem is described here : http://wiki.apache.org/cassandra/Operations The recommended way to avoit it is to use jna. Cheers, Samuel > Adeel Akbar > 11/07/2012 11:38 > > > Hi, > > I am trying to taking snapshot of my data but faced following error. > Please help me to resolve

Re: Dead node still being pinged

2012-06-11 Thread Samuel CARRIERE
t Re: Dead node still being pinged Le 8 juin 2012 à 20:02, Samuel CARRIERE a écrit : > I'm in the train but just a guess : maybe it's hinted handoff. A look in the logs of the new nodes could confirm that : look for the IP of an old node and maybe you'll find hinted handof

Re: Dead node still being pinged

2012-06-08 Thread Samuel CARRIERE
.@hibnet.org] Envoyé : 08/06/2012 19:26 ZE2 À : user@cassandra.apache.org Objet : Re: Dead node still being pinged Le 8 juin 2012 à 15:17, Samuel CARRIERE a écrit : > What does nodetool ring says ? (Ask every node) currently, each of new node see only the tokens of the new nodes. > Have yo

RE Dead node still being pinged

2012-06-08 Thread Samuel CARRIERE
Hi Nicolas, What does nodetool ring says ? (Ask every node) Have you checked that the list of seeds in every yaml is correct ? What version of cassandra are you using ? Samuel Nicolas Lalevée 08/06/2012 14:10 Veuillez répondre à user@cassandra.apache.org A user@cassandra.apache.org cc Ob

RE Nodes not picking up data on repair, disk loaded unevenly

2012-06-05 Thread Samuel CARRIERE
Hi, To verify that the repair was successful, you can look for this kind of messages in the log : INFO [AntiEntropyStage:1] 2012-05-19 00:57:52,351 AntiEntropyService.java (line 762) [repair #e46a0a90-a13c-11e1--596f3d333ab7] UsersCF is fully synced (3 remaining column family to sync for t

Re: Recreate LevelCompacted SSTables with a new size

2012-06-05 Thread Samuel CARRIERE
files should eventually get to that size. Anyone else ? Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 5/06/2012, at 9:44 PM, Samuel CARRIERE wrote: Hi, We are using a 9 nodes cassandra cluster, and each node is currently handling about 40

Recreate LevelCompacted SSTables with a new size

2012-06-05 Thread Samuel CARRIERE
Hi, We are using a 9 nodes cassandra cluster, and each node is currently handling about 40GB of data. Our CFs were created using LevedCompactionStrategy, with the default options (size of SSTables = 5MB). So the number of SSTables was going quite large, which led to problems described in CASSAND

Which client to use for Cassandra real time insertion and retrieval

2012-06-04 Thread Samuel CARRIERE
I'm assuming you are looking for a java client. >From my own experience, Hector is a good client, that can be used in real time applications (it supports connexion pooling and automatic retries). But I would suggest to have a look at astyanax from netflix (https://github.com/Netflix/astyanax). I

RE RPM of Cassandra 1.1.0

2012-06-04 Thread Samuel CARRIERE
Hi, The RPM from datastax : http://rpm.datastax.com/community/noarch/ apache-cassandra11-1.1.0-2.noarch.rpm Regards, Samuel "Adeel Akbar" 04/06/2012 13:20 Veuillez répondre à user@cassandra.apache.org A cc Objet RPM of Cassandra 1.1.0 Hi, I need to install Apache Cassandra 1.1.0

RE repair

2012-06-04 Thread Samuel CARRIERE
Hi, It is not enough to run the repair in one node, except if the node contain all the data (ex : 3 node cluster with RF=3). In the general case, the best is to launch the repair in every node, with the "-rp" option (use -rp to repair only the first range returned by the partitioner) Tamar