[
https://issues.apache.org/jira/browse/CASSANDRA-12165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15382558#comment-15382558
]
Philip Thompson commented on CASSANDRA-12165:
---------------------------------------------
Error from logs:
{code}
ERROR [main] 2016-07-08 04:46:23,975 CassandraDaemon.java:733 - Exception
encountered during startup
java.lang.AssertionError: null
at
org.apache.cassandra.db.marshal.CompositeType.getInstance(CompositeType.java:103)
~[main/:na]
at org.apache.cassandra.config.CFMetaData.rebuild(CFMetaData.java:318)
~[main/:na]
at org.apache.cassandra.config.CFMetaData.<init>(CFMetaData.java:295)
~[main/:na]
at org.apache.cassandra.config.CFMetaData.create(CFMetaData.java:373)
~[main/:na]
at
org.apache.cassandra.schema.SchemaKeyspace.fetchTable(SchemaKeyspace.java:958)
~[main/:na]
at
org.apache.cassandra.schema.SchemaKeyspace.fetchTables(SchemaKeyspace.java:932)
~[main/:na]
at
org.apache.cassandra.schema.SchemaKeyspace.fetchKeyspace(SchemaKeyspace.java:895)
~[main/:na]
at
org.apache.cassandra.schema.SchemaKeyspace.fetchKeyspacesWithout(SchemaKeyspace.java:872)
~[main/:na]
at
org.apache.cassandra.schema.SchemaKeyspace.fetchNonSystemKeyspaces(SchemaKeyspace.java:860)
~[main/:na]
at org.apache.cassandra.config.Schema.loadFromDisk(Schema.java:136)
~[main/:na]
at org.apache.cassandra.config.Schema.loadFromDisk(Schema.java:126)
~[main/:na]
at
org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:253)
[main/:na]
at
org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:587)
[main/:na]
at
org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:716)
[main/:na]
{code}
> dtest failure in commitlog_test.TestCommitLog.test_commitlog_replay_on_startup
> ------------------------------------------------------------------------------
>
> Key: CASSANDRA-12165
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12165
> Project: Cassandra
> Issue Type: Test
> Reporter: Sean McCarthy
> Assignee: DS Test Eng
> Labels: dtest
> Attachments: node1.log, node1_debug.log, node1_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_offheap_dtest/312/testReport/commitlog_test/TestCommitLog/test_commitlog_replay_on_startup
> Failed on CassCI build trunk_offheap_dtest #312
> {code}
> Stacktrace
> File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
> File "/home/automaton/cassandra-dtest/commitlog_test.py", line 273, in
> test_commitlog_replay_on_startup
> node1.watch_log_for("Log replay complete")
> File "/home/automaton/ccm/ccmlib/node.py", line 449, in watch_log_for
> raise TimeoutError(time.strftime("%d %b %Y %H:%M:%S", time.gmtime()) + "
> [" + self.name + "] Missing: " + str([e.pattern for e in tofind]) + ":\n" +
> reads[:50] + ".....\nSee {} for remainder".format(filename))
> "08 Jul 2016 04:56:21 [node1] Missing: ['Log replay complete']:\nINFO [main]
> 2016-07-08 04:46:13,102 YamlConfigura.....\nSee system.log for remainder
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)