Skip to content

Instantly share code, notes, and snippets.

@eevans
Created August 17, 2010 16:59
Show Gist options
  • Save eevans/530835 to your computer and use it in GitHub Desktop.
Save eevans/530835 to your computer and use it in GitHub Desktop.
java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: -95
at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:34)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.ArrayIndexOutOfBoundsException: -95
at org.apache.cassandra.db.Table.apply(Table.java:379)
at org.apache.cassandra.db.RowMutation.apply(RowMutation.java:196)
at org.apache.cassandra.service.StorageProxy$1.runMayThrow(StorageProxy.java:194)
at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
... 3 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment