You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jay Zhuang (JIRA)" <ji...@apache.org> on 2019/01/15 17:33:00 UTC

[jira] [Created] (CASSANDRA-14984) [dtest] 2 TestBootstrap tests failed for branch 2.2

Jay Zhuang created CASSANDRA-14984:
--------------------------------------

             Summary: [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


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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org