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
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
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
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
-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.
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
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