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 C0AEB103FF for ; Sun, 23 Mar 2014 02:14:38 +0000 (UTC) Received: (qmail 37580 invoked by uid 500); 23 Mar 2014 02:14:35 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 37518 invoked by uid 500); 23 Mar 2014 02:14:35 -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 37509 invoked by uid 99); 23 Mar 2014 02:14:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Mar 2014 02:14: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 yuzhihong@gmail.com designates 209.85.213.54 as permitted sender) Received: from [209.85.213.54] (HELO mail-yh0-f54.google.com) (209.85.213.54) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Mar 2014 02:14:29 +0000 Received: by mail-yh0-f54.google.com with SMTP id f73so3938698yha.41 for ; Sat, 22 Mar 2014 19:14:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zLQq7iaakWJo9ZRhGZ+vrHuUKXP2vM3xQEgncCLRs2Q=; b=sy4sqAAzZU3E3fnHUVoHpLysbVQmnDu4jLzVLO5kYbzAd8xIq7f9FbpGsvR7CeR26a bbLPCHzboY3HmXRUCOVMCsh3jsupHQdutzF11Ejj73b7HWAHwLi5DExlL41aYuNEjDS6 6NVWRNmRR5/wQ8gZOmAph512l4XpioHsyuNwzyAoKT6T2gtzZ8o8kchLkHY+rp5Alhmr fpYx8Bkp/UF7UadUi/bFMvR8Brh7B0QKXiqGIHtm5nL+ftHltGbQJmaKHzFqypG7ettF /LrhCsGARSD2tIunumBBIpwmkBtx1lnXB1hMOVNmJ0zHdkDxAg7+YiJiO105lPvPKbom pqeA== MIME-Version: 1.0 X-Received: by 10.236.148.143 with SMTP id v15mr53301345yhj.58.1395540848919; Sat, 22 Mar 2014 19:14:08 -0700 (PDT) Received: by 10.170.79.86 with HTTP; Sat, 22 Mar 2014 19:14:08 -0700 (PDT) In-Reply-To: <1395262742.41781.YahooMailNeo@web140604.mail.bf1.yahoo.com> References: <1394865899.52506.YahooMailNeo@web140602.mail.bf1.yahoo.com> <1395262742.41781.YahooMailNeo@web140604.mail.bf1.yahoo.com> Date: Sat, 22 Mar 2014 19:14:08 -0700 Message-ID: Subject: Re: [VOTE] The 1st hbase 0.94.18 release candidate is available for download From: Ted Yu To: "dev@hbase.apache.org" , lars hofhansl Content-Type: multipart/alternative; boundary=20cf303a320b91c83604f53cacbb X-Virus-Checked: Checked by ClamAV on apache.org --20cf303a320b91c83604f53cacbb Content-Type: text/plain; charset=ISO-8859-1 +1 - checked documentation and tarball - Ran unit test suite using secure profile which passed - Ran in local and distributed mode Cheers On Wed, Mar 19, 2014 at 1:59 PM, lars hofhansl wrote: > +1 from (in case that wasn't obvious) > > - Checked the tar balls > - Spot checked the UI pages > > - Tested with Hadoop 1 and Hadoop 2. > - Tested M/R over snapshots (Hadoop 1 only) > - Loaded 100m rows. Scanned, flushed, scanned again, compacted, scanned > yet again. > - Disabled/enabled/dropped tables, etc. > > > Please remember to have a look. I know a lot of RCs came out at the same > time; release testing is an important service to the community. > > > -- Lars > > > > ________________________________ > From: lars hofhansl > To: hbase-dev > Sent: Friday, March 14, 2014 11:44 PM > Subject: [VOTE] The 1st hbase 0.94.18 release candidate is available for > download > > > The 1st 0.94.18 RC is available for download at > http://people.apache.org/~larsh/hbase-0.94.18-rc0/ > Signed with my code signing key: C7CFE328 > > HBase 0.94.18 is a bug fix release with 26 fixes: > [HBASE-9708] - Improve Snapshot Name Error Message > [HBASE-9778] - Add hint to ExplicitColumnTracker to avoid seeking > [HBASE-10514] - Forward port HBASE-10466, possible data loss when > failed flushes > [HBASE-10549] - When there is a hole, LoadIncrementalHFiles will hang > in an infinite loop. > [HBASE-10575] - ReplicationSource thread can't be terminated if it > runs into the loop to contact peer's zk ensemble and fails continuously > [HBASE-10583] - backport HBASE-8402 to 0.94 - ScanMetrics depends on > number of rpc calls to the server. > [HBASE-10594] - Speed up TestRestoreSnapshotFromClient > [HBASE-10598] - Written data can not be read out because > MemStore#timeRangeTracker might be updated concurrently > [HBASE-10614] - Master could not be stopped > [HBASE-10622] - Improve log and Exceptions in Export Snapshot > [HBASE-10624] - Fix 2 new findbugs warnings introduced by HBASE-10598 > [HBASE-10627] - A logic mistake in HRegionServer isHealthy > [HBASE-10631] - Avoid extra seek on FileLink open > [HBASE-10642] - Add M/R over snapshots to 0.94 > [HBASE-10669] - [hbck tool] Usage is wrong for hbck tool for > -sidelineCorruptHfiles option > [HBASE-10682] - region_mover.rb throws "can't convert nil into String" > for regions moved > [HBASE-10712] - Backport HBASE-8304 to 0.94 and 0.96 > [HBASE-10716] - [Configuration]: > hbase.regionserver.region.split.policy should be part of hbase-default.xml > [HBASE-10718] - TestHLogSplit fails when it sets a KV size to be > negative > [HBASE-10722] - [0.94] HRegion.computeHDFSBlocksDistribution does not > account for links and reference files. > [HBASE-10731] - Fix environment variables typos in scripts > [HBASE-10738] - AssignmentManager should shut down executors on stop > [HBASE-10745] - Access ShutdownHook#fsShutdownHooks should be > synchronized > [HBASE-10751] - TestHRegion testWritesWhileScanning occasional fail > since HBASE-10514 went in > [HBASE-8604] - improve reporting of incorrect peer address in > replication > [HBASE-9914] - Port fix for HBASE-9836 'Intermittent > TestRegionObserverScannerOpenHook#testRegionObserverCompactionTimeStacking > failure' to 0.94 > > Notable is HBASE-10642, which ports MapReduce over HBase table-snapshots > to 0.94. > > The list of changes is also available here: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12325952 > > Here're the jenkins runs for this RC: > https://builds.apache.org/job/HBase-0.94.18/17/ and > https://builds.apache.org/job/HBase-0.94.18-security/7/ > > Please try out the RC, check out the doc, take it for a spin, etc, and > vote +1/-1 by EOD March 21th on whether we should release this as 0.94.18. > > Thanks. > > -- Lars > --20cf303a320b91c83604f53cacbb--