Likely failed but you’d need to check the full logs to be positive Assertion errors typically should be reported on the JIRA - you’ve encountered a situation the developer didn’t think was possible so it’s aborted, but we need to know that you encountered it so we can fix it
Please open the jira here with as much info as you can safely provide (anonymize logs as needed): https://issues.apache.org/jira/projects/CASSANDRA/summary -- Jeff Jirsa > On Oct 8, 2017, at 8:19 PM, Ridley Submissions > <[email protected]> wrote: > > Hi Everyone, > > I wonder how do we interpret this error message? Does it mean that the > compaction failed? Is this an error I should be concerned about? > > Thanks, > Ridley > > > cassandra@server:$ nodetool compact > error: null > -- StackTrace -- > java.lang.AssertionError > at > org.apache.cassandra.cache.ChunkCache$CachingRebufferer.<init>(ChunkCache.java:222) > at org.apache.cassandra.cache.ChunkCache.wrap(ChunkCache.java:175) > at > org.apache.cassandra.io.util.FileHandle$Builder.maybeCached(FileHandle.java:412) > at > org.apache.cassandra.io.util.FileHandle$Builder.complete(FileHandle.java:381) > at > org.apache.cassandra.io.util.FileHandle$Builder.complete(FileHandle.java:331) >
