OOM when applying migrations

2012-09-20 Thread Vanger
Hello, We are trying to add new nodes to our *6-node* cassandra cluster with RF=3 cassandra version 1.0.11. We are *adding 18 new nodes* one-by-one. First strange thing, I've noticed, is the number of completed MigrationStage in nodetool tpstats grows for every new node, while schema is not c

Re: 1000's of CF's.

2012-10-08 Thread Vanger
So what solution should be for cassandra architecture when we need to make Hadoop M\R jobs and not be restricted by number of CF? What we have now is fair amount of CFs (> 2K) and this number is slowly growing so we already planing to merge partitioned CFs. But our next goal is to run hadoop ta

Re: 1000's of CF's.

2012-10-10 Thread Vanger
ree lunch by just scaling out in terms on new CFs. I would imagine that under the covers, the layout of Cassandra has a sweet spot of a smallish number of CFs (i.e. 10s), but these can practically have as many rows as you like. On Mon, Oct 8, 2012 at 11:02 AM, Vanger wrote: So what solution shoul

Division by zero

2012-03-05 Thread Vanger
After upgrading from version 1.0.1 to 1.0.8 we started to get exception: ERROR [http-8095-1 WideEntityServiceImpl.java:142] - get: key1 - {type=RANGE, start=0, end=9223372036854775807, orderDesc=false, limit=1} me.prettyprint.hector.api.exceptions.HCassandraInternalException: Cassandra encount

Adding node to Cassandra

2012-03-12 Thread Vanger
*We have cassandra 4 nodes cluster* with RF = 3 (nodes named from 'A' to 'D', initial tokens: *A (25%)*: 20543402371996174596346065790779111550, * B (25%)*: 63454860067234500516210522518260948578, *C (25%)*: 106715317233367107622067286720208938865, *D (25%)*: 1501411834604692317316873037158841057

Re: Adding node to Cassandra

2012-03-12 Thread Vanger
of 4TB at least. LeveledCompactionStrategy is available in 1.x and supposed to require less free disk space (but comes at price of I/O). -- Rustam. On 12/03/2012 09:23, Vanger wrote: *We have cassandra 4 nodes cluster* with RF = 3 (nodes named from 'A' to 'D', initial tokens: *A (25%)*: 205

Re: Adding node to Cassandra

2012-03-12 Thread Vanger
Cassandra v1.0.8 once again: 4-nodes cluster, RF = 3. On 12.03.2012 16:18, Rustam Aliyev wrote: What version of Cassandra do you have? On 12/03/2012 11:38, Vanger wrote: We were aware of compaction overhead, but still don't understand why that shall happened: node 'D' was in s

Moving to 1.1

2012-05-30 Thread Vanger
I didn't track mailing list since 1.1-rc is out and know i have several questions. 1) We want to upgrade from 1.09. How stable 1.1 is? I mean work under high load, running compactions and clean-ups? Is it faster then 1.09? 2) If i what to use hector as cassandra client which version is better