[
https://issues.apache.org/jira/browse/CASSANDRA-9020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14391644#comment-14391644
]
Philip Thompson commented on CASSANDRA-9020:
--------------------------------------------
I can't reproduce this anymore. If I run into it again, I'll re-open.
> java.lang.AssertionError on node startup
> ----------------------------------------
>
> Key: CASSANDRA-9020
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9020
> Project: Cassandra
> Issue Type: Bug
> Reporter: Philip Thompson
> Assignee: Sam Tunnicliffe
> Fix For: 3.0
>
> Attachments: node1.log, node2.log, node3.log
>
>
> Occasionally when running dtests, I will see this exception when starting a
> test:
> {code}
> ERROR [main] 2015-03-23 13:23:25,719 CassandraDaemon.java:612 - Exception
> encountered during startup
> java.lang.AssertionError:
> org.apache.cassandra.exceptions.InvalidRequestException: unconfigured table
> roles
> at
> org.apache.cassandra.auth.CassandraRoleManager.prepare(CassandraRoleManager.java:415)
> ~[main/:na]
> at
> org.apache.cassandra.auth.CassandraRoleManager.setup(CassandraRoleManager.java:127)
> ~[main/:na]
> at
> org.apache.cassandra.service.StorageService.doAuthSetup(StorageService.java:897)
> ~[main/:na]
> at
> org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.java:829)
> ~[main/:na]
> at
> org.apache.cassandra.service.StorageService.initServer(StorageService.java:576)
> ~[main/:na]
> at
> org.apache.cassandra.service.StorageService.initServer(StorageService.java:464)
> ~[main/:na]
> at
> org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:357)
> [main/:na]
> at
> org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:492)
> [main/:na]
> at
> org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:599)
> [main/:na]
> Caused by: org.apache.cassandra.exceptions.InvalidRequestException:
> unconfigured table roles
> at
> org.apache.cassandra.thrift.ThriftValidation.validateColumnFamily(ThriftValidation.java:115)
> ~[main/:na]
> at
> org.apache.cassandra.cql3.statements.SelectStatement$RawStatement.prepare(SelectStatement.java:733)
> ~[main/:na]
> at
> org.apache.cassandra.auth.CassandraRoleManager.prepare(CassandraRoleManager.java:411)
> ~[main/:na]
> ... 8 common frames omitted
> {code}
> Most recently it occurred on {{test_paging_across_multi_wide_rows
> (paging_test.TestPagingData)}}, though I have seen it in other tests. It does
> not reproduce consistently. I have attached the system.log file of an
> affected node, node1.log. The other two log files belong to other nodes in
> the cluster, in case that helps.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)