You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Jonas Borgström <jo...@borgstrom.se> on 2011/11/14 18:19:21 UTC

Proposed 1.0.3: StackOverflowError on repair

Hi

While testing the proposed 1.0.3 version I got the following exception 
while running repair:  (StackOverflowError)

http://pastebin.com/raw.php?i=35Rt7ryB

The affected column family is denfined like this:
create column family FileStore
   with comparator=UTF8Type and key_validation_class = 'UTF8Type'
   and column_metadata=[{column_name: namespace, validation_class: 
UTF8Type, index_type: KEYS},
                        {column_name: version, validation_class: 
IntegerType},
                        {column_name: chunk_size, validation_class: 
IntegerType},
                        {column_name: num_chunks, validation_class: 
IntegerType},
                        {column_name: size, validation_class: LongType}];

Is this a known issue?

/ Jonas