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