Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 37AF217AAF for ; Thu, 5 Feb 2015 18:42:28 +0000 (UTC) Received: (qmail 60505 invoked by uid 500); 5 Feb 2015 18:42:27 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 60405 invoked by uid 500); 5 Feb 2015 18:42:27 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 60393 invoked by uid 99); 5 Feb 2015 18:42:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2015 18:42:27 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yzhang@cloudera.com designates 209.85.192.47 as permitted sender) Received: from [209.85.192.47] (HELO mail-qg0-f47.google.com) (209.85.192.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2015 18:42:21 +0000 Received: by mail-qg0-f47.google.com with SMTP id l89so7522171qgf.6 for ; Thu, 05 Feb 2015 10:42:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=UIsBHFPr57u3FT53Mv+EPaiEw3A5DLg+3swipJ2jNHY=; b=GWJcG/FqxzM4KBUBmYmMVIoaPkjUjvQi13j8NwjKp8+ar/aXMCqfLjRh2ip/aPmBD3 jQbPZGvAtkxKdtd/bnzTjtFOK/1qDjJWAItLZoI1oIavvm2hJNC8ZxNiBpINYBzX6FHm 5WCZEoaBauTfGcIsib+z0eImENv2+hAfHcRSYl/z8K2RQTgj3V1r64Eu6gaKDs04z9JP T7oATs6oY/vtvA+HlArd2Jh+YmGWa/pwdw2da+eVm1HsPl1yJAIILXQpSZ6c0+umykuN Z7ef0Ot3myJh/7c45NnvxguEPjkwFf45d5TXh5/zzcgJfGzMJYhic+GTtPQhZMP/SRBi tlJg== X-Gm-Message-State: ALoCoQmMDnrGu/ny3k3e+WCwWPWB3wDIr1BrhA1SKQyMirocIF+AHs45u9VWXZWNUhcjSgB64Zk8 MIME-Version: 1.0 X-Received: by 10.140.32.166 with SMTP id h35mr10637092qgh.31.1423161721176; Thu, 05 Feb 2015 10:42:01 -0800 (PST) Received: by 10.140.27.150 with HTTP; Thu, 5 Feb 2015 10:42:01 -0800 (PST) In-Reply-To: <437381758.227501.1423158571738.JavaMail.yahoo@mail.yahoo.com> References: <437381758.227501.1423158571738.JavaMail.yahoo@mail.yahoo.com> Date: Thu, 5 Feb 2015 10:42:01 -0800 Message-ID: Subject: Re: Erratic Jenkins behavior From: Yongjun Zhang To: common-dev@hadoop.apache.org, Kihwal Lee Cc: "hdfs-dev@hadoop.apache.org" , "yarn-dev@hadoop.apache.org" Content-Type: multipart/alternative; boundary=001a11397ec0d95269050e5ba891 X-Virus-Checked: Checked by ClamAV on apache.org --001a11397ec0d95269050e5ba891 Content-Type: text/plain; charset=UTF-8 Thanks Kihwal for bringing this up. Seems related to: https://issues.apache.org/jira/browse/HADOOP-11084 Hi Andrew/Arpit/Colin/Steve, you guys worked on this jira before, any insight about the issue Kihwal described? Thanks. --Yongjun On Thu, Feb 5, 2015 at 9:49 AM, Kihwal Lee wrote: > I am sure many of us have seen strange jenkins behavior out of the > precommit builds. > > - build artifacts missing > - serving build artifact belonging to another build. This also causes > wrong precommit results to be posted on the bug. > - etc. > > The latest one I saw is disappearance of the unit test stdout/stderr file > during a build. After a successful run of unit tests, the file vanished, so > the script could not cat it. It looked like another build process had > deleted it, while this build was in progress. > > It might have something to do with the fact that the patch-dir is set like > following: > > PATCHPROCESS=/home/jenkins/jenkins-slave/workspace/PreCommit-HDFS-Build/../patchprocessI > don't have access to the jenkins build configs or the build machines, so I > can't debug it further, but I think we need to take care of it sooner than > later. Can any one help? > > Kihwal > --001a11397ec0d95269050e5ba891--