Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-14984

[dtest] 2 TestBootstrap tests failed for branch 2.2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Auto Closed
    • None
    • Test/dtest/python
    • None
    • Normal

    Description

      Failed tests:

      test_decommissioned_wiped_node_can_join
      test_decommissioned_wiped_node_can_gossip_to_single_seed
      

      Error:

      ...
              # 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
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            jay.zhuang Jay Zhuang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: