Streaming still a problem in 0.6.6?

2010-11-03 Thread Henry Luo
We are adding node into a cluster with some data. The new node is in Bootstrapping mode for a long time, waiting for data to be streamed to it, but the streaming seems to get stuck. Mode: Normal Streaming to: /10.110.10.10 /opt/choicestream/data/cassandra/data/Profile/stream/U_Profiles-4277-

RE: Adding nodes in new data center

2010-11-02 Thread Henry Luo
- From: Henry Luo Sent: Tuesday, November 02, 2010 12:10 PM To: user@cassandra.apache.org Subject: RE: Adding nodes in new data center As suggested, we did do removetoken, set autobootstrap true, initial token and start. Now the new nodes are in the Boostrapping state for a while, but nothing

RE: Adding nodes in new data center

2010-11-02 Thread Henry Luo
] Sent: Monday, November 01, 2010 6:08 PM To: user@cassandra.apache.org Subject: Re: Adding nodes in new data center On Mon, Nov 1, 2010 at 6:01 PM, Henry Luo wrote: > We have a cluster running in one data center, and are adding some in a new > data center. There are some data already

Adding nodes in new data center

2010-11-01 Thread Henry Luo
We have a cluster running in one data center, and are adding some in a new data center. There are some data already in the current cluster. We did something wrong at first by not having AutoBootstrap on, when we saw no data being migrated. So we wiped out the data on the new nodes, and then start

Streaming got stuck for a long time

2010-10-22 Thread Henry Luo
When using nodetool move command, the streaming between nodes got stuck for a long period like the following: Streaming from: /10.100.10.66 Profile: /opt/choicestream/data/cassandra/data/Profile/U_Profiles-tmp-1137-Index.db 0/809960194 Profile: /opt/choicestream/data/cassandra/data/Profi

How fast does compaction run?

2010-10-20 Thread Henry Luo
We are using 0.6.1, and are planning to upgrade to 0.6.6. Currently, we are observing that the compaction is going at the rate about ~10MB per second. We did not see obvious bottleneck hardware wise. Is this normal, or did we miss something? The information tra

RE: Hundreds compaction a day, is it normal?

2010-10-14 Thread Henry Luo
) to make compaction hurt less d) enable the dynamic snitch (http://www.riptano.com/blog/whats-new-cassandra-065) to route around nodes that are slow b/c of compaction On Thu, Oct 14, 2010 at 3:23 PM, Henry Luo wrote: > We have a five node cluster, using replication factor of 3. The applicat

Hundreds compaction a day, is it normal?

2010-10-14 Thread Henry Luo
We have a five node cluster, using replication factor of 3. The application is only sending write requests at this point - we'd like to gain some operation experience with it first before start read from it. We are seeing over a hundred compaction activities on each server, some of them are fo

JMX authentication

2010-10-12 Thread Henry Luo
Can you turn JMX authentication on for Cassandra? I tried and it works for jconsole, etc. But I couldn't figure out how to pass username/password to nodetool, etc. Anyone has tried it before? Thanks. Henry The information transmitted is intended only for the p

Multi Data Center Strategy

2010-10-11 Thread Henry Luo
We have an application that does a lot of updates to the rows. We use replication factor of 3 and are moving to multiple data centers. We would like to accomplish the following setup: Data are replicated to other data centers. RackAwareStrategy seems to be able to handle that, however 1)