Re: Setting up cluster and nodetool ring in 0.8.0

2011-06-06 Thread David McNelis
Just to close this out, in case anyone was interested... my problem was firewall related, in that I didn't have my messaging/data port (7000) open on my seed node. Allowing traffic on this port resolved my issues. On Fri, Jun 3, 2011 at 1:43 PM, David McNelis wrote: > Thanks, Jonathan. Both

Re: Setting up cluster and nodetool ring in 0.8.0

2011-06-03 Thread David McNelis
Thanks, Jonathan. Both machines do have the exact same seed list. On Fri, Jun 3, 2011 at 1:39 PM, Jonathan Ellis wrote: > On Fri, Jun 3, 2011 at 11:21 AM, David McNelis > wrote: > > I want to make sure I'm not seeing things from a weird perspective. I > have > > two Cassandra instances where

Re: Setting up cluster and nodetool ring in 0.8.0

2011-06-03 Thread Jonathan Ellis
On Fri, Jun 3, 2011 at 11:21 AM, David McNelis wrote: > I want to make sure I'm not seeing things from a weird perspective.  I have > two Cassandra instances where one is set to be the seed, with autobootstap > disabled and its seed being 127.0.0.1. > The second instance has autobootstrap enabled

Re: Setting up cluster and nodetool ring in 0.8.0

2011-06-03 Thread David McNelis
set the token values for you nodes? I remember having similar > symptoms when I had a token conflict. > > -- > *From: *"David McNelis" > *To: *user@cassandra.apache.org > *Sent: *Friday, June 3, 2011 5:06:10 PM > *Subject: *Re: Setting up

Re: Setting up cluster and nodetool ring in 0.8.0

2011-06-03 Thread Konstantin Naryshkin
Did you set the token values for you nodes? I remember having similar symptoms when I had a token conflict. - Original Message - From: "David McNelis" To: user@cassandra.apache.org Sent: Friday, June 3, 2011 5:06:10 PM Subject: Re: Setting up cluster and nodetool rin

Re: Setting up cluster and nodetool ring in 0.8.0

2011-06-03 Thread David McNelis
Edward, I change my seed node to use its route-able IP address as its own seed instead of 127.0.0.1. I still, however, still see the same results when running nodetool. On Fri, Jun 3, 2011 at 11:37 AM, Edward Capriolo wrote: > > > On Fri, Jun 3, 2011 at 12:21 PM, David McNelis > wrote: > >> I

Re: Setting up cluster and nodetool ring in 0.8.0

2011-06-03 Thread Edward Capriolo
On Fri, Jun 3, 2011 at 12:21 PM, David McNelis wrote: > I want to make sure I'm not seeing things from a weird perspective. I have > two Cassandra instances where one is set to be the seed, with autobootstap > disabled and its seed being 127.0.0.1. > > The second instance has autobootstrap enable

Setting up cluster and nodetool ring in 0.8.0

2011-06-03 Thread David McNelis
I want to make sure I'm not seeing things from a weird perspective. I have two Cassandra instances where one is set to be the seed, with autobootstap disabled and its seed being 127.0.0.1. The second instance has autobootstrap enabled and the seed IP set to the IP of the first node. I start the