Failed decommission

2013-08-25 Thread Janne Jalkanen
This on cass 1.2.8 Ring state before decommission -- Address Load Owns Host ID TokenRack UN 10.0.0.1 38.82 GB 33.3% 21a98502-dc74-4ad0-9689-0880aa110409 1 1a UN

Issue with CQLsh

2013-08-25 Thread Vivek Mishra
Hi, I have created a column family using Cassandra-cli as: create column family default; and then inserted some record as: set default[1]['type']='bytes'; Then i tried to alter table it via cqlsh as: alter table default alter key type text; // it works alter table default alter column1 type

Re: Failed decommission

2013-08-25 Thread Nate McCall
Are you using Murmur3 or the older Random partitioner on this cluster? On Sun, Aug 25, 2013 at 3:06 AM, Janne Jalkanen janne.jalka...@ecyrd.comwrote: This on cass 1.2.8 Ring state before decommission -- Address Load Owns Host ID Token

Re: Failed decommission

2013-08-25 Thread Mike Heffner
Janne, We ran into this too. Appears it's a bug in 1.2.8 that is fixed in the upcoming 1.2.9. I added the steps I took to finally remove the node here:

Re: Failed decommission

2013-08-25 Thread Jon Haddad
We ran into a similar issue as well. I believe we removed the node via cqlsh from the system keyspace, restarted the cluster, then ran a repair. I'm not sure how safe this really is though. On Aug 25, 2013, at 8:47 AM, Mike Heffner m...@librato.com wrote: Janne, We ran into this too.

Re: Failed decommission

2013-08-25 Thread Janne Jalkanen
Thanks; this worked for me too. /Janne On Aug 25, 2013, at 18:47 , Mike Heffner m...@librato.com wrote: Janne, We ran into this too. Appears it's a bug in 1.2.8 that is fixed in the upcoming 1.2.9. I added the steps I took to finally remove the node here:

Re: Failed decommission

2013-08-25 Thread Nate McCall
This is what I was seeing code wise as well - but Mike's answer was spot on. Glad you got this straightened out. (And huge thanks to Mike for coming back to post a work-around here and on the ticket). On Sun, Aug 25, 2013 at 11:42 AM, Janne Jalkanen janne.jalka...@ecyrd.comwrote: This would

Re: Issue with CQLsh

2013-08-25 Thread Nate McCall
What version of cassandra are you using? On Sun, Aug 25, 2013 at 8:34 AM, Vivek Mishra mishra.v...@gmail.com wrote: Hi, I have created a column family using Cassandra-cli as: create column family default; and then inserted some record as: set default[1]['type']='bytes'; Then i tried

Re: conflict resolution in range scans

2013-08-25 Thread Nate McCall
See that last part on this page: http://wiki.apache.org/cassandra/ReadRepair This doc is dated, but I'm pretty sure it still works this way. On Sun, Aug 25, 2013 at 3:38 PM, John Sanda john.sa...@gmail.com wrote: How is conflict resolution done with range scans? I understand when reading a

Re: Issue with CQLsh

2013-08-25 Thread Vivek Mishra
cassandra 1.2.4 On Mon, Aug 26, 2013 at 2:51 AM, Nate McCall n...@thelastpickle.com wrote: What version of cassandra are you using? On Sun, Aug 25, 2013 at 8:34 AM, Vivek Mishra mishra.v...@gmail.comwrote: Hi, I have created a column family using Cassandra-cli as: create column family

Re: OrderPreservingPartitioner in 1.2

2013-08-25 Thread Takenori Sato(Cloudian)
From the Jira, One possibility is that getToken of OPP can return hex value if it fails to encode bytes to UTF-8 instead of throwing error. By this system tables seem to be working fine with OPP. This looks like an option to try for me. Thanks! (2013/08/23 20:44), Vara Kumar wrote: For

Re: Issue with CQLsh

2013-08-25 Thread Jonathan Haddad
My understanding is that if you want to use CQL, you should create your tables via CQL. Mixing thrift calls w/ CQL seems like it's just asking for problems like this. On Sun, Aug 25, 2013 at 6:53 PM, Vivek Mishra mishra.v...@gmail.com wrote: cassandra 1.2.4 On Mon, Aug 26, 2013 at 2:51 AM,

Re: Issue with CQLsh

2013-08-25 Thread Vivek Mishra
I understand that CQL - Thrift interoperability is an issue. For Application which were build earlier(using thrift) there must be a way and it should be at least give some error message, but it simply hangs with out any error. -Vivek On Mon, Aug 26, 2013 at 8:42 AM, Jonathan Haddad

Cluster Management

2013-08-25 Thread Anthony Grasso
Hi Cassandra Users, Before I go ahead and create my own solution... are there any tools that exist to help with the management of a Cassandra cluster? For example, if I want to make some changes to the configuration file that resides on each node, is there a tool that will propagate the change