Re: Cassandra cluster setup issue

2013-03-13 Thread aaron morton
Try it on the localhost. A - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 11/03/2013, at 11:29 PM, amulya rattan wrote: > > Here is a screenshot showing command ran and the fact that cassandra started > fine with JMX bo

Re: Cassandra cluster setup issue

2013-03-11 Thread aaron morton
> I can see this problem resurfacing in Cassandra 1.1.9 on my system. I am > using RHEL 6.0 and 7199 can be seen bound by Cassandra upon netstat. When I > do "telnet x.x.x.x 7199", that works too. If the process was started with a JMX port property then you are not seeing that error. Can you

Re: Cassandra cluster setup issue

2013-03-08 Thread amulya rattan
I just saw that the "failed to connect to 'x.x.x.x:7199' : connection refused" error for nodetool that I am facing used to exist earlier also, case in point https://issues.apache.org/jira/browse/CASSANDRA-4494 I can see this problem resurfacing in Cassandra 1.1.9 on my system. I am using RHEL 6.0 a

Re: Cassandra Cluster Setup

2010-06-07 Thread Gary Dusbabek
Message- > From: Gary Dusbabek [mailto:gdusba...@gmail.com] > Sent: Friday, June 04, 2010 11:49 AM > To: user@cassandra.apache.org > Subject: Re: Cassandra Cluster Setup > > Great.  It looks as if the replication factor is still 1, not 3.  This > means that each key lives only

RE: Cassandra Cluster Setup

2010-06-07 Thread Stephan Pfammatter
data quantity related). Thanks, Stephan -Original Message- From: Gary Dusbabek [mailto:gdusba...@gmail.com] Sent: Friday, June 04, 2010 11:49 AM To: user@cassandra.apache.org Subject: Re: Cassandra Cluster Setup Great. It looks as if the replication factor is still 1, not 3. This me

RE: Cassandra Cluster Setup

2010-06-04 Thread Stephan Pfammatter
Nice catch Gary. Just realized that replication factor is granular to key space. -Original Message- From: Gary Dusbabek [mailto:gdusba...@gmail.com] Sent: Friday, June 04, 2010 11:49 AM To: user@cassandra.apache.org Subject: Re: Cassandra Cluster Setup Great. It looks as if the

Re: Cassandra Cluster Setup

2010-06-04 Thread Gary Dusbabek
data being duplicated yet. Am I missing a storage-conf > setting? I need to proof that if Cassandra-az fails that I can still provide > key 11,55. > > -Original Message- > From: Nahor [mailto:nahor.j+gm...@gmail.com] > Sent: Thursday, June 03, 2010 8:25 PM > To:

RE: Cassandra Cluster Setup

2010-06-04 Thread Stephan Pfammatter
e.org Subject: Re: Cassandra Cluster Setup On 2010-06-03 13:07, Stephan Pfammatter wrote: > Cassandra-or > [...] > cassandra-or Aside from the replication factor noted by Gary, this should point to your existing node (cassandra-ca) otherwise, how will this node know where existing node i

Re: Cassandra Cluster Setup

2010-06-03 Thread Benjamin Black
http://wiki.apache.org/cassandra/MultinodeCluster On Thu, Jun 3, 2010 at 1:07 PM, Stephan Pfammatter wrote: > I’m having difficulties setting up a 3 way cassandra cluster. Any > comments/help would be appreciated. > > > > My goal is that all data should be fully replicated amongst the 3 nodes. I

Re: Cassandra Cluster Setup

2010-06-03 Thread Nahor
On 2010-06-03 13:07, Stephan Pfammatter wrote: Cassandra-or [...] cassandra-or Aside from the replication factor noted by Gary, this should point to your existing node (cassandra-ca) otherwise, how will this node know where existing node is and where to get the data from? Cassandra-az [

Re: Cassandra Cluster Setup

2010-06-03 Thread Gary Dusbabek
Your replication factor is only set to 1, which means that each key will only live on a single node. If you do wait for bootstrapping to commence (takes 90s in trunk, I don't recall in 0.6), you should see some keys moving unless your inserts were all into a small range. Perhaps your being impatie