NegativeArraySizeException on Cassandra 0.7.4 startup
reading saved cache /cassandra/saved_caches/system-IndexInfo-KeyCache Exception encountered during startup. java.lang.NegativeArraySizeException at org.apache.cassandra.db.ColumnFamilyStore.readSavedCache(ColumnFamilyStore.java:280)
I was getting this error after upgrading from 0.7.0 to 0.7.4 and couldn’t restart cassandra. I ended up removing the files in my saved_caches directory and this fixed my problem.
A
