You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Michael Hamm (JIRA)" <ji...@apache.org> on 2017/06/09 19:10:18 UTC

[jira] [Created] (CASSANDRA-13586) test failure in paxos_tests.TestPaxos.replica_availability_test

Michael Hamm created CASSANDRA-13586:
----------------------------------------

             Summary: test failure in paxos_tests.TestPaxos.replica_availability_test
                 Key: CASSANDRA-13586
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13586
             Project: Cassandra
          Issue Type: Bug
            Reporter: Michael Hamm
         Attachments: node1_debug.log, node1_gc.log, node1.log, node2_debug.log, node2_gc.log, node2.log, node3_debug.log, node3_gc.log, node3.log

example failure:

http://cassci.datastax.com/job/cassandra-3.11_dtest/122/testReport/paxos_tests/TestPaxos/replica_availability_test


{noformat}
Error Message

errors={<Host: 127.0.0.1 datacenter1>: WriteTimeout('Error from server: code=1100 [Coordinator node timed out waiting for replica nodes\' responses] message="Operation timed out - received only 1 responses." info={\'received_responses\': 1, \'required_responses\': 2, \'consistency\': \'SERIAL\'}',)}, last_host=127.0.0.1
{noformat}


{noformat}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/automaton/cassandra-dtest/paxos_tests.py", line 51, in replica_availability_test
    assert_unavailable(session.execute, "INSERT INTO test (k, v) VALUES (2, 2) IF NOT EXISTS")
  File "/home/automaton/cassandra-dtest/tools/assertions.py", line 84, in assert_unavailable
    _assert_exception(fun, *args, expected=(Unavailable, WriteTimeout, WriteFailure, ReadTimeout, ReadFailure))
  File "/home/automaton/cassandra-dtest/tools/assertions.py", line 62, in _assert_exception
    raise e
'errors={<Host: 127.0.0.1 datacenter1>: WriteTimeout(\'Error from server: code=1100 [Coordinator node timed out waiting for replica nodes\\\' responses] message="Operation timed out - received only 1 responses." info={\\\'received_responses\\\': 1, \\\'required_responses\\\': 2, \\\'consistency\\\': \\\'SERIAL\\\'}\',)}, last_host=127.0.0.1\n
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org