[
https://issues.apache.org/jira/browse/CASSANDRA-12213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15511816#comment-15511816
]
Stefania edited comment on CASSANDRA-12213 at 10/27/16 6:27 AM:
----------------------------------------------------------------
I've reproduced a failure on one of my branches based on trunk
[here|http://cassci.datastax.com/view/Dev/view/stef1927/job/stef1927-12014-dtest/2/testReport/junit/commitlog_test/TestCommitLog/test_commitlog_replay_on_startup/].
It seems one of the assertions was triggered:
{code}
ERROR [main] 2016-09-21 07:57:20,669 CassandraDaemon.java:752 - Exception
encountered during startup
java.lang.AssertionError: Table system_distributed.parent_repair_history did
not have any partition key columns in the schema tables
at
org.apache.cassandra.schema.SchemaKeyspace.fetchTable(SchemaKeyspace.java:948)
~[main/:na]
at
org.apache.cassandra.schema.SchemaKeyspace.fetchTables(SchemaKeyspace.java:923)
~[main/:na]
at
org.apache.cassandra.schema.SchemaKeyspace.fetchKeyspace(SchemaKeyspace.java:886)
~[main/:na]
at
org.apache.cassandra.schema.SchemaKeyspace.fetchKeyspacesWithout(SchemaKeyspace.java:863)
~[main/:na]
at
org.apache.cassandra.schema.SchemaKeyspace.fetchNonSystemKeyspaces(SchemaKeyspace.java:851)
~[main/:na]
at org.apache.cassandra.config.Schema.loadFromDisk(Schema.java:90)
~[main/:na]
at org.apache.cassandra.config.Schema.loadFromDisk(Schema.java:80)
~[main/:na]
at
org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:261)
[main/:na]
at
org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:601)
[main/:na]
at
org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:735)
[main/:na]
{code}
I've attached the logs, [^jenkins-stef1927-12014-dtest-2_logs.001.tar.gz].
was (Author: stefania):
I've reproduced a failure on one of my branches based on trunk
[here|http://cassci.datastax.com/view/Dev/view/stef1927/job/stef1927-12014-dtest/lastCompletedBuild/testReport/commitlog_test/TestCommitLog/test_commitlog_replay_on_startup/].
It seems one of the assertions was triggered:
{code}
ERROR [main] 2016-09-21 07:57:20,669 CassandraDaemon.java:752 - Exception
encountered during startup
java.lang.AssertionError: Table system_distributed.parent_repair_history did
not have any partition key columns in the schema tables
at
org.apache.cassandra.schema.SchemaKeyspace.fetchTable(SchemaKeyspace.java:948)
~[main/:na]
at
org.apache.cassandra.schema.SchemaKeyspace.fetchTables(SchemaKeyspace.java:923)
~[main/:na]
at
org.apache.cassandra.schema.SchemaKeyspace.fetchKeyspace(SchemaKeyspace.java:886)
~[main/:na]
at
org.apache.cassandra.schema.SchemaKeyspace.fetchKeyspacesWithout(SchemaKeyspace.java:863)
~[main/:na]
at
org.apache.cassandra.schema.SchemaKeyspace.fetchNonSystemKeyspaces(SchemaKeyspace.java:851)
~[main/:na]
at org.apache.cassandra.config.Schema.loadFromDisk(Schema.java:90)
~[main/:na]
at org.apache.cassandra.config.Schema.loadFromDisk(Schema.java:80)
~[main/:na]
at
org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:261)
[main/:na]
at
org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:601)
[main/:na]
at
org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:735)
[main/:na]
{code}
I've attached the logs, [^jenkins-stef1927-12014-dtest-2_logs.001.tar.gz].
> dtest failure in write_failures_test.TestWriteFailures.test_paxos_any
> ---------------------------------------------------------------------
>
> Key: CASSANDRA-12213
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12213
> Project: Cassandra
> Issue Type: Bug
> Reporter: Craig Kodman
> Assignee: Stefania
> Labels: dtest
> Fix For: 3.x
>
> Attachments: jenkins-stef1927-12014-dtest-2_logs.001.tar.gz,
> node1.log, node1_debug.log, node1_gc.log, node2.log, node2_debug.log,
> node2_gc.log, node3.log, node3_debug.log, node3_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.9_dtest/10/testReport/write_failures_test/TestWriteFailures/test_paxos_any
> and:
> http://cassci.datastax.com/job/cassandra-3.9_dtest/10/testReport/write_failures_test/TestWriteFailures/test_mutation_v3/
> Failed on CassCI build cassandra-3.9_dtest #10
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)