[ 
https://issues.apache.org/jira/browse/CASSANDRA-11687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15368434#comment-15368434
 ] 

Jim Witschey edited comment on CASSANDRA-11687 at 7/8/16 8:36 PM:
------------------------------------------------------------------

Saw 8 failures, all of which looked like this:

{code}
Error Message

concurrent rebuild should not be allowed, but one rebuild command should have 
succeeded.
-------------------- >> begin captured logging << --------------------
dtest: DEBUG: cluster ccm directory: /mnt/tmp/dtest-w6QEHl
dtest: DEBUG: Done setting configuration options:
{   'initial_token': None,
    'num_tokens': '32',
    'phi_convict_threshold': 5,
    'start_rpc': 'true'}
cassandra.cluster: INFO: New Cassandra host <Host: 127.0.0.2 dc2> discovered
cassandra.cluster: WARNING: Host 127.0.0.1 has been marked down
cassandra.pool: INFO: Successful reconnection to 127.0.0.1, marking node up if 
it isn't already
cassandra.cluster: INFO: Host 127.0.0.1 may be up; will prepare queries and 
open connection pool
cassandra.cluster: INFO: New Cassandra host <Host: 127.0.0.1 dc1> discovered
--------------------- >> end captured logging << ---------------------
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/automaton/cassandra-dtest/rebuild_test.py", line 106, in 
simple_rebuild_test
    msg='concurrent rebuild should not be allowed, but one rebuild command 
should have succeeded.')
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
    raise self.failureException(msg)
"concurrent rebuild should not be allowed, but one rebuild command should have 
succeeded.\n-------------------- >> begin captured logging << 
--------------------\ndtest: DEBUG: cluster ccm directory: 
/mnt/tmp/dtest-w6QEHl\ndtest: DEBUG: Done setting configuration options:\n{   
'initial_token': None,\n    'num_tokens': '32',\n    'phi_convict_threshold': 
5,\n    'start_rpc': 'true'}\ncassandra.cluster: INFO: New Cassandra host 
<Host: 127.0.0.2 dc2> discovered\ncassandra.cluster: WARNING: Host 127.0.0.1 
has been marked down\ncassandra.pool: INFO: Successful reconnection to 
127.0.0.1, marking node up if it isn't already\ncassandra.cluster: INFO: Host 
127.0.0.1 may be up; will prepare queries and open connection 
pool\ncassandra.cluster: INFO: New Cassandra host <Host: 127.0.0.1 dc1> 
discovered\n--------------------- >> end captured logging << 
---------------------"
{code}

EDIT: Ah, interesting -- this is _with_ vnodes, so it looks like it can fail 
with or without.


was (Author: mambocab):
Saw 8 failures, all of which looked like this:

{code}
Error Message

concurrent rebuild should not be allowed, but one rebuild command should have 
succeeded.
-------------------- >> begin captured logging << --------------------
dtest: DEBUG: cluster ccm directory: /mnt/tmp/dtest-w6QEHl
dtest: DEBUG: Done setting configuration options:
{   'initial_token': None,
    'num_tokens': '32',
    'phi_convict_threshold': 5,
    'start_rpc': 'true'}
cassandra.cluster: INFO: New Cassandra host <Host: 127.0.0.2 dc2> discovered
cassandra.cluster: WARNING: Host 127.0.0.1 has been marked down
cassandra.pool: INFO: Successful reconnection to 127.0.0.1, marking node up if 
it isn't already
cassandra.cluster: INFO: Host 127.0.0.1 may be up; will prepare queries and 
open connection pool
cassandra.cluster: INFO: New Cassandra host <Host: 127.0.0.1 dc1> discovered
--------------------- >> end captured logging << ---------------------
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/automaton/cassandra-dtest/rebuild_test.py", line 106, in 
simple_rebuild_test
    msg='concurrent rebuild should not be allowed, but one rebuild command 
should have succeeded.')
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
    raise self.failureException(msg)
"concurrent rebuild should not be allowed, but one rebuild command should have 
succeeded.\n-------------------- >> begin captured logging << 
--------------------\ndtest: DEBUG: cluster ccm directory: 
/mnt/tmp/dtest-w6QEHl\ndtest: DEBUG: Done setting configuration options:\n{   
'initial_token': None,\n    'num_tokens': '32',\n    'phi_convict_threshold': 
5,\n    'start_rpc': 'true'}\ncassandra.cluster: INFO: New Cassandra host 
<Host: 127.0.0.2 dc2> discovered\ncassandra.cluster: WARNING: Host 127.0.0.1 
has been marked down\ncassandra.pool: INFO: Successful reconnection to 
127.0.0.1, marking node up if it isn't already\ncassandra.cluster: INFO: Host 
127.0.0.1 may be up; will prepare queries and open connection 
pool\ncassandra.cluster: INFO: New Cassandra host <Host: 127.0.0.1 dc1> 
discovered\n--------------------- >> end captured logging << 
---------------------"
{code}

> dtest failure in rebuild_test.TestRebuild.simple_rebuild_test
> -------------------------------------------------------------
>
>                 Key: CASSANDRA-11687
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11687
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Russ Hatch
>            Assignee: DS Test Eng
>              Labels: dtest
>
> single failure on most recent run (3.0 no-vnode)
> {noformat}
> concurrent rebuild should not be allowed, but one rebuild command should have 
> succeeded.
> {noformat}
> http://cassci.datastax.com/job/cassandra-3.0_novnode_dtest/217/testReport/rebuild_test/TestRebuild/simple_rebuild_test
> Failed on CassCI build cassandra-3.0_novnode_dtest #217



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

Reply via email to