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 09DEF200C3F for ; Wed, 22 Mar 2017 17:43:52 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 089DF160B86; Wed, 22 Mar 2017 16:43:52 +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 4E1A6160B74 for ; Wed, 22 Mar 2017 17:43:51 +0100 (CET) Received: (qmail 72281 invoked by uid 500); 22 Mar 2017 16:43:49 -0000 Mailing-List: contact issues-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.incubator.apache.org Delivered-To: mailing list issues@impala.incubator.apache.org Received: (qmail 72272 invoked by uid 99); 22 Mar 2017 16:43:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Mar 2017 16:43:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id ED0A01AF967 for ; Wed, 22 Mar 2017 16:43:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.349 X-Spam-Level: X-Spam-Status: No, score=-99.349 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 0KzF1uyxSVZb for ; Wed, 22 Mar 2017 16:43:45 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 391F260CFF for ; Wed, 22 Mar 2017 16:43:45 +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 64817E0D21 for ; Wed, 22 Mar 2017 16:43:43 +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 5E0BC254F7 for ; Wed, 22 Mar 2017 16:43:42 +0000 (UTC) Date: Wed, 22 Mar 2017 16:43:42 +0000 (UTC) From: "Michael Brown (JIRA)" To: issues@impala.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IMPALA-3794) test_breakpad.py is flaky MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 22 Mar 2017 16:43:52 -0000 [ https://issues.apache.org/jira/browse/IMPALA-3794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Brown updated IMPALA-3794: ---------------------------------- Affects Version/s: Impala 2.9.0 > test_breakpad.py is flaky > ------------------------- > > Key: IMPALA-3794 > URL: https://issues.apache.org/jira/browse/IMPALA-3794 > Project: IMPALA > Issue Type: Bug > Components: Infrastructure > Affects Versions: Impala 2.6.0, Impala 2.8.0, Impala 2.9.0 > Reporter: Lars Volker > Assignee: Lars Volker > Labels: breakpad, flaky > > Using the following command usually fails within an hour: {{while [ $? -eq 0 ]; do ./run-tests.py ./custom_cluster/test_breakpad.py --exploration_strategy=exhaustive -k test_minidump_relative_path -x -s; done}}. The problem is, that only two of the three impalad processes will write a minidump, while one of them won't. However in that case there is no breakpad related error message in its logfile. > Creating the {{minidump_base_dir}} seems to alleviate the problem, suggesting there might be a race condition somewhere in the call to {{boost::filesystem::create_directories}}. > This problem only seems to arise in the specific scenario of multiple impalad processes sharing the same {{minidump_base_dir}} which also has to be non-existent. Outside of tests it seems like it cannot occur. -- This message was sent by Atlassian JIRA (v6.3.15#6346)