Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1B650200D3A for ; Wed, 15 Nov 2017 23:07:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1992D160BF6; Wed, 15 Nov 2017 22:07:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5E698160BF4 for ; Wed, 15 Nov 2017 23:07:05 +0100 (CET) Received: (qmail 79489 invoked by uid 500); 15 Nov 2017 22:07:04 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 79253 invoked by uid 99); 15 Nov 2017 22:07:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2017 22:07:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 47CEF180830 for ; Wed, 15 Nov 2017 22:07:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id H1hXC3CEFB_v for ; Wed, 15 Nov 2017 22:07:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 0C3475FE62 for ; Wed, 15 Nov 2017 22:07:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 355ADE0F13 for ; Wed, 15 Nov 2017 22:07:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3A477240E6 for ; Wed, 15 Nov 2017 22:07:00 +0000 (UTC) Date: Wed, 15 Nov 2017 22:07:00 +0000 (UTC) From: "Michael Kjellman (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-14018) All dtests in bootstrap_test that call _base_bootstrap_test will cause nose to deadlock MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 15 Nov 2017 22:07:06 -0000 Michael Kjellman created CASSANDRA-14018: -------------------------------------------- Summary: All dtests in bootstrap_test that call _base_bootstrap_test will cause nose to deadlock Key: CASSANDRA-14018 URL: https://issues.apache.org/jira/browse/CASSANDRA-14018 Project: Cassandra Issue Type: Bug Components: Testing Reporter: Michael Kjellman Any of the dtests that eventually call BaseBootstrapTest#_base_bootstrap_test will hang forever this includes: bootstrap_test: simple_bootstrap_test_with_ssl bootstrap_test: simple_bootstrap_test bootstrap_test: bootstrap_on_write_survey_test I've added debug logging after the tests finish their last assert and that reliably is logged.. debugging with gdb has been futile so far. The hang is on a futext inside nose during test teardown. I believe it might have something to do with the threads we spin up for the cleanup (compaction cleanup) that prevents the test cleanup from finishing because we hang waiting for the threads to exit and they never do. Until we get these tests fixed we should disable them as they will always fail and cause dtest runs to be very long and painful to run. simple_bootstrap_test_with_ssl-novnodes (bootstrap_test.TestBootstrap) ... cluster ccm directory: /tmp/dtest-ors2iY Done setting configuration options: { 'num_tokens': None, 'phi_convict_threshold': 5, 'range_request_timeout_in_ms': 10000, 'read_request_timeout_in_ms': 10000, 'request_timeout_in_ms': 10000, 'truncate_request_timeout_in_ms': 10000, 'write_request_timeout_in_ms': 10000} ***using internode ssl*** generating keystore.jks in [/tmp/dtest-ors2iY] exporting cert from keystore.jks in [/tmp/dtest-ors2iY] Certificate stored in file importing cert into truststore.jks in [/tmp/dtest-ors2iY] Certificate was added to keystore [node1, node2] tokens: [-9223372036854775808, 0] node1 empty size : 130.73 node1 size before bootstrapping node2: 747.61 node1 size after cleanup: 473.43 node1 size after compacting: 447.91 node2 size after compacting: 434.44 -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org For additional commands, e-mail: commits-help@cassandra.apache.org