[ 
https://issues.apache.org/jira/browse/CASSANDRA-14984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-14984:
-----------------------------------------
    Reproduced In: 2.2.14

> [dtest] 2 TestBootstrap tests failed for branch 2.2
> ---------------------------------------------------
>
>                 Key: CASSANDRA-14984
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14984
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/dtest
>            Reporter: Jay Zhuang
>            Priority: Major
>
> Failed tests:
> {noformat}
> test_decommissioned_wiped_node_can_join
> test_decommissioned_wiped_node_can_gossip_to_single_seed
> {noformat}
> Error:
> {noformat}
> ...
>         # Decommision the new node and kill it
>         logger.debug("Decommissioning & stopping node2")
> >       node2.decommission()
> ...
>     def handle_external_tool_process(process, cmd_args):
>         out, err = process.communicate()
>         if (out is not None) and isinstance(out, bytes):
>             out = out.decode()
>         if (err is not None) and isinstance(err, bytes):
>             err = err.decode()
>         rc = process.returncode
>         if rc != 0:
> >           raise ToolError(cmd_args, rc, out, err)
> E           ccmlib.node.ToolError: Subprocess ['nodetool', '-h', 'localhost', 
> '-p', '7200', 'decommission'] exited with non-zero status; exit status: 2;
> E           stderr: error: Thread signal failed
> E           -- StackTrace --
> E           java.io.IOException: Thread signal failed
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to