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 D803410C74 for ; Thu, 2 Jan 2014 18:58:43 +0000 (UTC) Received: (qmail 96392 invoked by uid 500); 2 Jan 2014 18:58:43 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 96334 invoked by uid 500); 2 Jan 2014 18:58:43 -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 96326 invoked by uid 99); 2 Jan 2014 18:58:43 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jan 2014 18:58:43 +0000 Received: from localhost (HELO mail-wg0-f44.google.com) (127.0.0.1) (smtp-auth username apurtell, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jan 2014 18:58:42 +0000 Received: by mail-wg0-f44.google.com with SMTP id a1so12600004wgh.23 for ; Thu, 02 Jan 2014 10:58:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=dFPf/yOkpaVZHytb0rOZNtlvPxrJWJpaa0UY0uFFe1U=; b=NZNHau2Hzrmft0clSCOWHF35+Dkl4IHKaSh6fTxK7woKObokU+rUaLtAR6lLvQ9Ss9 oAOeYoXQwYmjetnsoGDIQ9/LQpQ4eagR998mYVACBnMbS/Twkyl1nwbRYzJqwZgofTeG iiGARhwrcqg/Nx+Xy1XzBVgnjOkTO1Fy/KpzGacFOmwbnc4cnR3Z5GNc8Y+5cUh4oynq Kv6BsJZC3naFWD/G8i67eFucpbdBvoqh5B/pLzCVKWUvTDpknt2HFlbZ7vc7tSDAePaz snigJ/MG34du/uRmlj6GD0MKp0ZjAJC5UJ6kDtAK31exH+jpfFeNDePuN/221eQ41tSW zvlg== X-Received: by 10.180.93.42 with SMTP id cr10mr31247252wib.11.1388689121106; Thu, 02 Jan 2014 10:58:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.227.152.8 with HTTP; Thu, 2 Jan 2014 10:58:01 -0800 (PST) In-Reply-To: References: From: Andrew Purtell Date: Thu, 2 Jan 2014 10:58:01 -0800 Message-ID: Subject: Re: Next week I would like to roll the first 0.98.0 RC To: "dev@hbase.apache.org" Content-Type: multipart/alternative; boundary=f46d043c81b2c462aa04ef0161df --f46d043c81b2c462aa04ef0161df Content-Type: text/plain; charset=ISO-8859-1 On Thu, Jan 2, 2014 at 10:52 AM, Andrew Purtell wrote: > The TestSplitLogWorker failures were all under JDK 6 on Ubuntu 12. See > HBASE-10268. This is correct. There is a past-o in the table for JDK7 - the second item should be org.apache.hadoop.hbase.TestIOFencing. On Thu, Jan 2, 2014 at 10:52 AM, Andrew Purtell wrote: > I have finished 50 runs of the unit test suite using JDK 6 and JDK 7 on > RHEL 6, Ubuntu 12, and Ubuntu 13. The combined results by JDK version are > as follows: > > JDK 6 - Java(TM) SE Runtime Environment (build 1.6.0_43-b01) HotSpot(TM) > 64-Bit Server VM (build 20.14-b01, mixed mode) > > > Count Test > > > > > > > 5 org.apache.hadoop.hbase.regionserver.TestSplitLogWorker > > > > > > > 3 org.apache.hadoop.hbase.TestIOFencing > > > > > > > 2 org.apache.hadoop.hbase.security.access.TestNamespaceCommands > > > > > > > 1 > org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort > > > > > > > 1 org.apache.hadoop.hbase.TestNodeHealthCheckChore > > > > > > > 1 org.apache.hadoop.hbase.procedure.TestZKProcedure > > > > > > > 1 org.apache.hadoop.hbase.client.TestMultiParallel > > > > > > > JDK 7 - Java(TM) SE Runtime Environment (build 1.7.0_21-b11) HotSpot(TM) > 64-Bit Server VM (build 23.21-b01, mixed mode) > > Count Test > > > > 1 org.apache.hadoop.hbase.security.access.TestNamespaceCommands > > > > 1 org.apache.hadoop.hbase.regionserver.TestSplitLogWorker > > > > > I opened HBASE-10267 for the TestNamespaceCommands failures and will work > on this since I bet it is related to recent changes I made in this area. > > The TestSplitLogWorker failures were all under JDK 6 on Ubuntu 12. See > HBASE-10268. > > I found five related issues for TestIOFencing failures: HBASE-8520, > HBASE-8646, HBASE-8889, HBASE-8907, and HBASE-9023. Therefore I am inclined > to disable this test on 0.98 branch for us to sort out on trunk later since > it's taking a while to get it right. > > > On Sun, Dec 29, 2013 at 3:59 PM, Andrew Purtell wrote: > >> Next week I would like to roll the first 0.98.0 RC. Let's see. >> >> Some remaining work needs committing. Then, will work up a Google Docs >> spreadsheet for package checks, unit test suite runs, and cluster testing >> with hbase-it, LoadTestTool, and YCSB, and fill it in. >> >> The unit test suite is looking "ok". There are occasional failures on >> builds.apache.org, but these may have system load as the underlying >> cause. Unit test suite runs on more well endowed EC2 VMs are passing >> consistently. Let me add the caveat that I have so far not completed >> running through the full VM-OS matrix: >> >> VM: >> >> >> - Oracle JDK 6 >> - Oracle JDK 7 >> - OpenJDK 7 >> - OpenJDK 8* >> >> OS (unit tests): >> >> >> - Amazon Linux >> - RHEL 6.4 >> - Ubuntu Server 12.04.3 LTS >> - Ubuntu Server 13 >> >> OS (cluster); >> >> >> - Amazon Linux >> - RHEL 6.5 >> >> If I identify repeatable test failures under a particular combination, >> then I'll open a blocker JIRA for it. Regarding failures on >> builds.apache.org, if there are JIRAs filed for these we should >> certainly take a look but I suggest (and personally will be inclined to) >> weighting more highly evidence gathered from testing elsewhere. >> >> * - Java 8 tests are just for my own curiosity. Actually, you may be >> pleasantly surprised to know that all unit tests for HBase 0.98 and trunk >> were consistently passing on a Java 8 build a few weeks ago. >> >> -- >> Best regards, >> >> - Andy >> >> Problems worthy of attack prove their worth by hitting back. - Piet Hein >> (via Tom White) >> > > > > -- > Best regards, > > - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet Hein > (via Tom White) > -- Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White) --f46d043c81b2c462aa04ef0161df--