Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 677561012F for ; Fri, 5 Apr 2013 16:12:35 +0000 (UTC) Received: (qmail 67619 invoked by uid 500); 5 Apr 2013 16:12:34 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 67553 invoked by uid 500); 5 Apr 2013 16:12:34 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 67544 invoked by uid 99); 5 Apr 2013 16:12:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Apr 2013 16:12:34 +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 nkeywal@gmail.com designates 209.85.212.179 as permitted sender) Received: from [209.85.212.179] (HELO mail-wi0-f179.google.com) (209.85.212.179) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Apr 2013 16:12:29 +0000 Received: by mail-wi0-f179.google.com with SMTP id hn17so759782wib.12 for ; Fri, 05 Apr 2013 09:12:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=95Y1lv0wJHAjuCVAaQ49Y+RMq2vsQ1rROvqGbb9MmWc=; b=VmOBFsdrQiLUuPWkLrd/pNb+AE4XlneQDbYt+3VFfhQ+xa875k7p84PhqYFqMCqlPA 13VQIrLhlrYDkh7/C/jesDiVP3Ereyf3WotVJW7Z/9B5njUIpcETfWx+yDQxPeyBXo5Q o9qYbPuJrjSFXMqrpkKY29CaHMyMIjfJL3rny1czTy4biFbAfMZTDQdYj7myrfC+lTsm OERZC6ARbvXTtnmYFXB/67Jac73HuVQLFdRp7LqUbTU4x8j6+XXmN5ORSWzTKcSBeuji fvPncybL8HOMx0zURPQXrZkYRl1c6qI4SAPF7I2UFOOROsdqIsWW8SuaqKU4Wv+vgNAL 3DnA== X-Received: by 10.194.83.33 with SMTP id n1mr17847591wjy.7.1365178327882; Fri, 05 Apr 2013 09:12:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.110.227 with HTTP; Fri, 5 Apr 2013 09:11:47 -0700 (PDT) In-Reply-To: References: From: Nicolas Liochon Date: Fri, 5 Apr 2013 18:11:47 +0200 Message-ID: Subject: Re: trunk vs. precommit dev env To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=047d7bb04d7e49e7f104d99f59f8 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bb04d7e49e7f104d99f59f8 Content-Type: text/plain; charset=ISO-8859-1 And, from HBASE-8280, it seems we don't use the same jvm for trunk and for precommit builds. precommit build => *1.6* 13/04/05 14:29:02 INFO util.TestShowProperties: Property sun.boot.library.path=/home/jenkins/tools/java/jdk1.6.0_26/jre/lib/i386 13/04/05 14:29:02 INFO util.TestShowProperties: Property java.vm.version=20.1-b02 13/04/05 14:29:02 INFO util.TestShowProperties: Property java.vm.vendor=Sun Microsystems Inc. trunk build => *1.7* 13/04/05 15:22:13 INFO util.TestShowProperties: Property sun.boot.library.path=/x1/jenkins/tools/java/jdk1.7.0_04/jre/lib/amd64 13/04/05 15:22:13 INFO util.TestShowProperties: Property java.vm.version=23.0-b21 13/04/05 15:22:13 INFO util.TestShowProperties: Property java.vm.vendor=Oracle Corporation On Fri, Apr 5, 2013 at 5:29 PM, Nicolas Liochon wrote: > Hi, > > It took me ages, but I found the difference between trunk and precommit > builds. > Precommits are executed on hadoop* machines. There is a single build at a > time. > Trunks are executed on ubuntu* machines. There are two simultaneous builds. > > For example, we have currently on ubuntu3: > ubuntu3 1 > core-integration-testing-maven-3-jdk-1.6 > #639 > > > 2 > HBase-TRUNK #4019 > > > > I suppose we can have two hbase builds on the same machine. > > Imho, that's why we have so many failures on trunk builds. > > Two solutions: > - Use hadoop* for trunk builds. That's the best option imho, they seem > cleaner then ubuntu* and less use. > - When building trunk, use a very low parallel test factor. May be 2. > > Thoughts? > Does anyone know how to do this? > > Nicolas > > > --047d7bb04d7e49e7f104d99f59f8--