You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jay Zhuang (JIRA)" <ji...@apache.org> on 2017/02/07 20:08:41 UTC

[jira] [Updated] (CASSANDRA-13188) compaction-stress AssertionError from getMemtableFor()

     [ https://issues.apache.org/jira/browse/CASSANDRA-13188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jay Zhuang updated CASSANDRA-13188:
-----------------------------------
    Status: Patch Available  (was: Open)

> compaction-stress AssertionError from getMemtableFor()
> ------------------------------------------------------
>
>                 Key: CASSANDRA-13188
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13188
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Testing, Tools
>            Reporter: Jay Zhuang
>            Assignee: Jay Zhuang
>
> Exception:
> {noformat}
> ./compaction-stress compact -d /tmp/compaction -p https://gist.githubusercontent.com/tjake/8995058fed11d9921e31/raw/a9334d1090017bf546d003e271747351a40692ea/blogpost.yaml -t 4
> WARN  18:45:04,854 JNA link failure, one or more native method will be unavailable.
> java.lang.AssertionError: []
>         at org.apache.cassandra.db.lifecycle.Tracker.getMemtableFor(Tracker.java:312)
>         at org.apache.cassandra.db.ColumnFamilyStore.apply(ColumnFamilyStore.java:1315)
>         at org.apache.cassandra.db.Keyspace.applyInternal(Keyspace.java:618)
>         at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:462)
>         at org.apache.cassandra.db.Mutation.apply(Mutation.java:227)
>         at org.apache.cassandra.db.Mutation.apply(Mutation.java:232)
>         at org.apache.cassandra.db.Mutation.apply(Mutation.java:241)
>         at org.apache.cassandra.cql3.statements.ModificationStatement.executeInternalWithoutCondition(ModificationStatement.java:570)
>         at org.apache.cassandra.cql3.statements.ModificationStatement.executeInternal(ModificationStatement.java:564)
>         at org.apache.cassandra.cql3.QueryProcessor.executeOnceInternal(QueryProcessor.java:356)
>         at org.apache.cassandra.schema.SchemaKeyspace.saveSystemKeyspacesSchema(SchemaKeyspace.java:265)
>         at org.apache.cassandra.db.SystemKeyspace.finishStartup(SystemKeyspace.java:495)
>         at org.apache.cassandra.stress.CompactionStress$Compaction.run(CompactionStress.java:209)
>         at org.apache.cassandra.stress.CompactionStress.main(CompactionStress.java:349)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)