You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2017/04/25 13:36:04 UTC

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

    [ https://issues.apache.org/jira/browse/CASSANDRA-13188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15982881#comment-15982881 ] 

T Jake Luciani edited comment on CASSANDRA-13188 at 4/25/17 1:35 PM:
---------------------------------------------------------------------

Changes look good, kicked off CI

||branch|testall|dtests||
|3.11|[testall|http://cassci.datastax.com/job/tjake-CASSANDRA-13188-testall]|[dtest|http://cassci.datastax.com/job/tjake-CASSANDRA-13188-dtest]|
|trunk|[testall|http://cassci.datastax.com/job/tjake-CASSANDRA-13188-trunk-testall]|[dtest|http://cassci.datastax.com/job/tjake-CASSANDRA-13188-trunk-dtest]|


was (Author: tjake):
Changes look good, kicked off CI

||branch|testall|dtests||
|3.11|[testall|http://cassci.datastax.com/job/tjake-CASSANDRA-13188-testal]l|[dtest|http://cassci.datastax.com/job/tjake-CASSANDRA-13188-dtest]|
|trunk|[testall|http://cassci.datastax.com/job/tjake-CASSANDRA-13188-trunk-testall]|[dtest|http://cassci.datastax.com/job/tjake-CASSANDRA-13188-trunk-dtest]|

> 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
>             Fix For: 3.11.0, 4.0
>
>
> 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)