Re: Connect during bootstrapping?

2010-03-03 Thread Brian Frank Cooper
f bootstrap where data to be transferred is > split out to disk, which can take a while: see > https://issues.apache.org/jira/browse/CASSANDRA-579 > > Look for a 'streaming' subdirectory in your data directories to confirm. > > -Original Message- > From: "Bri

Re: Connect during bootstrapping?

2010-03-03 Thread Jonathan Ellis
split out to disk, which can take a while: see > https://issues.apache.org/jira/browse/CASSANDRA-579 > > Look for a 'streaming' subdirectory in your data directories to confirm. > > -Original Message- > From: "Brian Frank Cooper" > Sent: Tuesday, March

Re: Connect during bootstrapping?

2010-03-02 Thread Brian Frank Cooper
see https://issues.apache.org/jira/browse/CASSANDRA-579 Look for a 'streaming' subdirectory in your data directories to confirm. -Original Message----- From: "Brian Frank Cooper" Sent: Tuesday, March 2, 2010 11:50pm To: "cassandra-user@incubator.apache.org" Subject:

Re: Connect during bootstrapping?

2010-03-02 Thread Brian Frank Cooper
our data directories to confirm. -Original Message----- From: "Brian Frank Cooper" Sent: Tuesday, March 2, 2010 11:50pm To: "cassandra-user@incubator.apache.org" Subject: Re: Connect during bootstrapping? Thanks for the note. Can you help me with something else? I

Re: Connect during bootstrapping?

2010-03-02 Thread Brian Frank Cooper
Also, the other nodes say: INFO - Node /98.137.30.39 is now part of the cluster INFO - InetAddress /98.137.30.39 is now UP INFO - Node /98.137.30.39 state jump to leaving (.39 is the new node) Does the "jump to leaving" mean that they think .39 has left the cluster? .39 thinks it is still up...

Re: Connect during bootstrapping?

2010-03-02 Thread Stu Hood
uot;Brian Frank Cooper" Sent: Tuesday, March 2, 2010 11:50pm To: "cassandra-user@incubator.apache.org" Subject: Re: Connect during bootstrapping? Thanks for the note. Can you help me with something else? I can't seem to get any data to transfer during bootstrapping...I must

Re: Connect during bootstrapping?

2010-03-02 Thread Jonathan Ellis
What are they other nodes doing? The first step is for them to copy out locally the data they will send to the new one, that usually takes a while. (They will log "AntiCompacting ... AntiCompacted" when doing this.) On Tue, Mar 2, 2010 at 11:50 PM, Brian Frank Cooper wrote: > Thanks for the not

Re: Connect during bootstrapping?

2010-03-02 Thread Brian Frank Cooper
Thanks for the note. Can you help me with something else? I can't seem to get any data to transfer during bootstrapping...I must be doing something wrong. Here is what I did: I took 0.6.0-beta2, loaded 2 machines with 60-70GB each. Then I started a third node, with AutoBootstrap true. The node

Re: Connect during bootstrapping?

2010-03-02 Thread Jonathan Ellis
On Tue, Mar 2, 2010 at 1:54 PM, Brian Frank Cooper wrote: > Hi folks, > > I’m running 0.5 and I had 2 nodes up and running, then added a 3rd node in > bootstrap mode. I understand from other discussion list threads that the new > node doesn’t serve reads while it is bootstrapping, but does that me

Connect during bootstrapping?

2010-03-02 Thread Brian Frank Cooper
Hi folks, I'm running 0.5 and I had 2 nodes up and running, then added a 3rd node in bootstrap mode. I understand from other discussion list threads that the new node doesn't serve reads while it is bootstrapping, but does that mean it won't connect at all? When I try to connect from my java cl