Bootstrap stopped due to Corrupt (negative) value length in ColumnIterator.deserializeNext

2015-01-29 Thread PRANEESH KUMAR
Hi, We have Cassandra 1.2.16. While adding a new node, during bootstrap has encountered java.io.IOException: Corrupt (negative) value length in ColumnSortedMap. After this error streaming has been stopped and the node is still in joining mode. Has anyone came across a similar kind of error.

RangeTombstone AIOOBE

2014-07-04 Thread PRANEESH KUMAR
Hi, We are running Cassandra 1.2.16 to store data using CQl with the following structure. CREATE TABLE sample1 ( row_id text, timeuid timeuuid, value blob, PRIMARY KEY (row_id, timeuid)) CREATE TABLE sample2 ( row_id text, timeuid timeuuid, value blob, PRIMARY KEY (row_id, timeuid)) The server