Re: Unable to create a keyspace

2015-02-03 Thread Saurabh Sethi
Jan mailto:cne...@yahoo.com>> Date: Saturday, January 31, 2015 at 9:59 AM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Re: Unable to create a keyspace Saurabh; a) How exactly are the three nodes hosted. b)

Re: Unable to create a keyspace

2015-01-31 Thread Jan
Saurabh;  a)   How exactly are the three nodes hosted.   b)  Can you take down node 2 and  create the keyspace from node 1c) Can you take down node 1 and  create the keyspace from node2d)   Do the nodes see each other with 'nodetool status'   cheersJan/ C* Architect On Saturday, January 31

Re: Unable to create a keyspace

2015-01-31 Thread Carlos Rolo
Something that can cause weird behavior is the machine clocks not being properly synced. I didn't read the thread in full detail, so disregard this if it is not the case. -- --

Re: Unable to create a keyspace

2015-01-30 Thread Saurabh Sethi
...@gmail.com>> Reply-To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Date: Friday, January 30, 2015 at 5:33 PM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.or

Re: Unable to create a keyspace

2015-01-30 Thread Asit KAUSHIK
UG [SharedPool-Worker-2] 2015-01-30 16:39:37,519 Tracing.java:157 - > request complete > DEBUG [SharedPool-Worker-2] 2015-01-30 16:39:37,519 Message.java:452 - > Responding: ROWS [peer(system, peers), > org.apache.cassandra.db.marshal.InetAddressType][data_center(system, > peers), org.apa

Re: Unable to create a keyspace

2015-01-30 Thread Saurabh Sethi
;> Reply-To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Date: Friday, January 30, 2015 at 9:25 AM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>>

Re: Unable to create a keyspace

2015-01-30 Thread Adam Holmberg
I would first ask if you could upgrade to the latest version of Cassandra 2.1.x (presently 2.1.2). If the issue still occurs consistently, it would be interesting to turn up logging on the client side and see if something is causing the client to disconnect during the metadata refresh following th

Unable to create a keyspace

2015-01-28 Thread Saurabh Sethi
I have a 3 node Cassandra 2.1.0 cluster and I am using datastax 2.1.4 driver to create a keyspace followed by creating a column family within that keyspace from my unit test. But I do not see the keyspace getting created and the code for creating column family fails because it cannot find the k