java.lang.AssertionError: Added column does not sort as the last column

2014-06-03 Thread Leena Ghatpande
nodes in each data center and with replication factor 2. We only see this error on one of the Nodes. java.lang.AssertionError: Added column does not sort as the last column at org.apache.cassandra.db.ArrayBackedSortedColumns.addColumn(ArrayBackedSortedColumns.java:131) at

RE: Added column does not sort as the last column at

2013-05-14 Thread Sam Hodgson
Thanks for this Aaron - I eventually found some data corruption in the keys of the affected CF's which i think was causing the issue. > Subject: Re: Added column does not sort as the last column at > From: aa...@thelastpickle.com > Date: Thu, 11 Apr 2013 22:08:17 +1

Re: Added column does not sort as the last column at

2013-04-11 Thread aaron morton
thread Thread[ReadStage:7236,5,main] > java.lang.AssertionError: Added column does not sort as the last column at > org.apache.cassandra.db.ArrayBackedSortedColumns.addColumn(ArrayBackedSortedColumns.java:131) > at > org.apache.cassandra.db.AbstractColumnContainer.addColu

Added column does not sort as the last column at

2013-04-09 Thread Sam Hodgson
Hi All, I just upgraded from Cassandra 1.1.7 to 1.2.3 and im now seeing a lot of the following error in my output.log, cant find much on the web about it: ERROR 11:56:01,317 Exception in thread Thread[ReadStage:7236,5,main] java.lang.AssertionError: Added column does not sort as the last column

Re: Added column does not sort as the last column

2011-11-22 Thread huyle
-user-incubator-apache-org.3065146.n2.nabble.com/Added-column-does-not-sort-as-the-last-column-tp7012104p7021193.html Sent from the cassandra-u...@incubator.apache.org mailing list archive at Nabble.com.

Re: Added column does not sort as the last column

2011-11-21 Thread Sylvain Lebresne
Are you certain you didn't mistakenly changed the comparator (or subcomparator) for one of your column family during the upgrade? That could typically trigger such a thing. -- Sylvain On Sat, Nov 19, 2011 at 10:00 PM, huyle wrote: > Hi, > > We got "Added column does not sort

Added column does not sort as the last column

2011-11-19 Thread huyle
Hi, We got "Added column does not sort as the last column" error in the logs after upgrading to cass 1.0.3 from 0.6.13. After running scrub, we still getting the error. Here is stack trace: java.lang.AssertionError: Added column does not sort as the last column