Re: IndexOutOfBoundsException during repair, streaming

2013-04-04 Thread Dane Miller
On Wed, Apr 3, 2013 at 6:08 PM, aaron morton wrote: > We deleted and recreated those CFs before moving into > production mode. > > We have a wiener. > > The comparator is applying the current schema to the byte value read from > disk (schema on read) which describes a value with more than 2 compon

Re: IndexOutOfBoundsException during repair, streaming

2013-04-03 Thread aaron morton
> We deleted and recreated those CFs before moving into > production mode. We have a wiener. The comparator is applying the current schema to the byte value read from disk (schema on read) which describes a value with more than 2 components. It's then trying to apply the current schema so it c

Re: IndexOutOfBoundsException during repair, streaming

2013-04-02 Thread Dane Miller
On Mon, Apr 1, 2013 at 10:19 PM, aaron morton wrote: > ERROR [Thread-232] 2013-04-01 22:22:21,760 CassandraDaemon.java (line > 133) Exception in thread Thread[Thread-232,5,main] > java.lang.IndexOutOfBoundsException: index (2) must be less than size (2) >at > com.google.common.base.Precond

Re: IndexOutOfBoundsException during repair, streaming

2013-04-01 Thread aaron morton
> ERROR [Thread-232] 2013-04-01 22:22:21,760 CassandraDaemon.java (line > 133) Exception in thread Thread[Thread-232,5,main] > java.lang.IndexOutOfBoundsException: index (2) must be less than size (2) >at > com.google.common.base.Preconditions.checkElementIndex(Preconditions.java:305) >

IndexOutOfBoundsException during repair, streaming

2013-04-01 Thread Dane Miller
I hit some more errors while running repair. Repair starts streaming, and then hangs. On 2 of the 3 nodes involved in the repair, "nodetool netstats" show no streams. On the 3rd node there is an error in the logs and "nodetool netstats" show several streams that appear hung -- no progress in abo