You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sean McCarthy (JIRA)" <ji...@apache.org> on 2016/09/13 15:03:20 UTC

[jira] [Created] (CASSANDRA-12640) dtest failure in repair_tests.repair_test.TestRepairDataSystemTable.repair_parent_table_test

Sean McCarthy created CASSANDRA-12640:
-----------------------------------------

             Summary: dtest failure in repair_tests.repair_test.TestRepairDataSystemTable.repair_parent_table_test
                 Key: CASSANDRA-12640
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12640
             Project: Cassandra
          Issue Type: Test
            Reporter: Sean McCarthy
            Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/trunk_novnode_dtest/478/testReport/repair_tests.repair_test/TestRepairDataSystemTable/repair_parent_table_test

{code}
stderr: WARN  02:48:18,362 No schema agreement from live replicas after 10 s. The schema may not be up to date on some nodes.
java.lang.RuntimeException: Encountered exception creating schema
	at org.apache.cassandra.stress.settings.SettingsSchema.createKeySpacesNative(SettingsSchema.java:101)
	at org.apache.cassandra.stress.settings.SettingsSchema.createKeySpaces(SettingsSchema.java:69)
	at org.apache.cassandra.stress.settings.StressSettings.maybeCreateKeyspaces(StressSettings.java:228)
	at org.apache.cassandra.stress.StressAction.run(StressAction.java:59)
	at org.apache.cassandra.stress.Stress.run(Stress.java:143)
	at org.apache.cassandra.stress.Stress.main(Stress.java:62)
Caused by: com.datastax.driver.core.exceptions.InvalidQueryException: Keyspace 'keyspace1' does not exist
	at com.datastax.driver.core.exceptions.InvalidQueryException.copy(InvalidQueryException.java:50)
	at com.datastax.driver.core.DriverThrowables.propagateCause(DriverThrowables.java:37)
	at com.datastax.driver.core.DefaultResultSetFuture.getUninterruptibly(DefaultResultSetFuture.java:245)
	at com.datastax.driver.core.AbstractSession.execute(AbstractSession.java:63)
	at org.apache.cassandra.stress.util.JavaDriverClient.execute(JavaDriverClient.java:183)
	at org.apache.cassandra.stress.settings.SettingsSchema.createKeySpacesNative(SettingsSchema.java:86)
	... 5 more
{code}
{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 320, in run
    self.setUp()
  File "/home/automaton/cassandra-dtest/tools/decorators.py", line 32, in wrapped_setUp
    orig_setUp(obj, *args, **kwargs)
  File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", line 1082, in setUp
    self.node1.stress(stress_options=['write', 'n=5K', 'no-warmup', 'cl=ONE', '-schema', 'replication(factor=3)'])
  File "/home/automaton/src/ccm/ccmlib/node.py", line 1256, in stress
    return handle_external_tool_process(p, ['stress'] + stress_options)
  File "/home/automaton/src/ccm/ccmlib/node.py", line 1985, in handle_external_tool_process
    raise ToolError(cmd_args, rc, out, err)
{code}

There are no logs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)