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 343DE1020F for ; Wed, 10 Apr 2013 20:01:32 +0000 (UTC) Received: (qmail 31496 invoked by uid 500); 10 Apr 2013 20:01:31 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 31318 invoked by uid 500); 10 Apr 2013 20:01:31 -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 31309 invoked by uid 99); 10 Apr 2013 20:01:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 20:01:31 +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 (nike.apache.org: domain of saint.ack@gmail.com designates 209.85.214.48 as permitted sender) Received: from [209.85.214.48] (HELO mail-bk0-f48.google.com) (209.85.214.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 20:01:25 +0000 Received: by mail-bk0-f48.google.com with SMTP id jf3so445123bkc.21 for ; Wed, 10 Apr 2013 13:01:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=i3eWo70sfvCku1aqST6FE25uX0zZizGBagN456Ar38I=; b=mcr0JLsgD5qsjgPeWWt7qZNBru1YDscMzGjn24JDdvwZPBpDZEKvNKm3hFCXuLtFZm qyUvYhomFJtxjPtJPtXa69rYLhSyku0j8bkbsdUHFtP09D76RpuAM/f+9gjS4w4rSukG bd1LSiEAfQxkNB0QtY3vN5NgyECFJCwenYTDsRRdhDKF2/DlcDw8fSLvteS5eFkWy8T4 YT+E1HXz6j/uVt9gxrAWFKHFbjvvO0Tnr0NFmSUyh+8v7rm/zgjUCP4/27B2aTwJHUi/ JULidZp9LW9+QWgnOxi89xX+vuxl9c3uZNRZCk/NJxfV645eFb9Kz4UKUNumSLljqAtu Aqvw== MIME-Version: 1.0 X-Received: by 10.205.71.6 with SMTP id yi6mr1425897bkb.8.1365624064741; Wed, 10 Apr 2013 13:01:04 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.204.147.22 with HTTP; Wed, 10 Apr 2013 13:01:04 -0700 (PDT) In-Reply-To: References: Date: Wed, 10 Apr 2013 13:01:04 -0700 X-Google-Sender-Auth: rrK9l-cv0FIokaa25HJ7EF6uQwY Message-ID: Subject: Re: trunk build From: Stack To: HBase Dev List Content-Type: multipart/alternative; boundary=f46d040f9dc846d96404da07218d X-Virus-Checked: Checked by ClamAV on apache.org --f46d040f9dc846d96404da07218d Content-Type: text/plain; charset=UTF-8 On Wed, Apr 10, 2013 at 12:17 PM, Nicolas Liochon wrote: > Issues were: > - Trunk built on ubuntu* machines where using jdk 1.7 while the precommit, > on hadoop*, was on 1.6 > - precommit can't be set to use 1.7. It uses 1.6 32bits, as set by > hudsonEnv.sh > - Trunk builds are executed in parallel with other builds, while for > precommit, hbase is alone on is machine. > - jenkins, on precommit, often fails to parse the build results (jenkins > memory issue, still open, see below). > > I've: > - changed the jdk to 1.6 > - set the test parallelisation to 2 on trunk/ubuntu > - fixed various test flakiness > - increased the test timeout of a few tests to 60s. We should not set the > timeout to lower values, it makes them dependant to the machine env. When > in doubt, don't use them imho, or set them to 10 minutes or more. > - changes some logs from debug to trace or even remove some. > > Still to be done: > - install the jdk 1.7 64 bits on the hadoop* machines. Someone knows how > to do that? > - find a way to make it used by the test even if we use the script > 'hudsonEnv.sh'. > - increase the memory of the Jenkins JVM. Again, someone knows how to do > that? > - use all the hadoop* to build. We're using 3 out of the 9 available > today. Any reason for this? > - there are still some flaky tests... > I asked the above questions of infrastructure: https://issues.apache.org/jira/browse/INFRA-6140 Thanks for doing above detective work N. St.Ack --f46d040f9dc846d96404da07218d--