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 8021B183A3 for ; Tue, 12 May 2015 06:15:35 +0000 (UTC) Received: (qmail 52385 invoked by uid 500); 12 May 2015 06:15:32 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 52291 invoked by uid 500); 12 May 2015 06:15:32 -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 52269 invoked by uid 99); 12 May 2015 06:15:32 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2015 06:15:32 +0000 Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 25C431A302F; Tue, 12 May 2015 06:15:31 +0000 (UTC) Received: by wgbhc8 with SMTP id hc8so52758194wgb.2; Mon, 11 May 2015 23:15:30 -0700 (PDT) X-Received: by 10.180.106.73 with SMTP id gs9mr2219469wib.52.1431411330303; Mon, 11 May 2015 23:15:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.227.196 with HTTP; Mon, 11 May 2015 23:15:09 -0700 (PDT) In-Reply-To: References: From: Nick Dimiduk Date: Mon, 11 May 2015 23:15:09 -0700 Message-ID: Subject: Re: [VOTE] Second release candidate for HBase 1.1.0 (RC1) is available. To: Nick Dimiduk Cc: hbase-dev , hbase-user Content-Type: multipart/alternative; boundary=f46d04428fcedeccba0515dc6b2a --f46d04428fcedeccba0515dc6b2a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Here's my review and +1: [=E2=9C=93] verified tarballs vs public key in p.a.o/keys/committers/ndimid= uk.asc. [=E2=9C=93] extracted src tgz, structure looks good. [=E2=9C=93] verified build of src tgz against hadoop versions (2.2.0/minikd= c=3D2.3.0, 2.3.0, 2.4.0, 2.4.1, 2.5.0, 2.5.1, 2.5.2, 2.6.0, 2.7.0), with both jdk1.7.0_67.jdk (mac) and jdk1.8.0_20.jdk (mac). [=E2=9C=93] run LoadTestTool against standalone built from src tgz with FAS= T_DIFF block encoder and ROWCOL blooms. No issues, logs look good. [=E2=9C=93] poked around with the shell on the same: list, status, snapshot= , compact, drop, clone, delete_snapshot, drop. no issues, logs look good. [=E2=9C=93] built site from src tgz. site and book looks good. [=E2=9C=93] extracted bin tgz, inspect structure. look good. [=E2=9C=93] started standalone from bin tgz, poked webUI, dumped metrics, c= onf, "debug". looks good. [=E2=9C=93] load the site from bin tgz. noticed issue with non-relative lin= k, filed HBASE-13669. [=E2=9C=93] ran Stack's hbase-downstreamer [0] vs. the maven repo. tests pa= ss. [=E2=9C=93] inspected compatibility reports vs. 0.98.0 [1] (skimmed) and 1.= 0.0 [2] (thoroughly, comment on HBASE-13661). Looks okay to me. Additionally, against RC0 I did the following: [=E2=9C=93] on 7-node cluster, verified rolling upgrade from 0.98.0 while concurrently running LoadTestTool with LZ4 compression (0.98.0 client). No issues, logs look good. [=E2=9C=93] run IntegrationTestBigLinkedList with slow deterministic CM on = 6-node cluster for 24+ hours, 15 loops of 75mm. All chains verified. [0]: https://github.com/ndimiduk/hbase-downstreamer [1]: http://people.apache.org/~ndimiduk/0.98.0_1.1.0RC1_compat_report.html [2]: http://people.apache.org/~ndimiduk/1.0.0_1.1.0RC1_compat_report.html On Mon, May 11, 2015 at 11:04 PM, Nick Dimiduk wrote: > I'm happy to announce the second release candidate of HBase 1.1.0 > (HBase-1.1.0RC1) is available for download at > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.1.0RC1/ > > Maven artifacts are also available in the staging repository > https://repository.apache.org/content/repositories/orgapachehbase-1077 > > Artifacts are signed with my code signing subkey 0xAD9039071C3489BD, > available in the Apache keys directory > https://people.apache.org/keys/committer/ndimiduk.asc. > > There's also a signed tag for this release at > https://git-wip-us.apache.org/repos/asf?p=3Dhbase.git;a=3Dtag;h=3D9d54a2e= 8806dc2a283859382e2a2069a8e49ee81 > > HBase 1.1.0 is the first minor release in the HBase 1.x line, continuing > on the theme of bringing a stable, reliable database to the Hadoop and > NoSQL communities. This release includes nearly 200 resolved issues above > the 1.0.x series to date. Notable features include: > > - Async RPC client (HBASE-12684) > - Simple RPC throttling (HBASE-11598) > - Improved compaction controls (HBASE-8329, HBASE-12859) > - Scan improvements (HBASE-11544, HBASE-13090) > - New extension interfaces for coprocessor users, better supporting > projects like Phoenix (HBASE-12972, HBASE-12975) > - Per-column family flush (HBASE-10201) > - WAL on SSD (HBASE-12848) > - BlockCache in Memcached (HBASE-13170) > - Tons of region replica enhancements around META, WAL, and bulk loading > (HBASE-11574, HBASE-11568, HBASE-11571, HBASE-11567) > > The full list of issues can be found at > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=3D123107= 53&version=3D12329043 > > This release candidate is not materially different from the previous, > including only three changes over the previous RC: HBASE-13661, > HBASE-13637, HBASE-13665. Because of the small difference between this RC > and the previous, and the extended period for which the previous RC was > available, this vote window will be open for a modest period of 48 hours. > > Please try out this candidate and vote +/-1 by 23:00 Pacific time on > 2015-05-13 as to whether we should release these bits as HBase 1.1.0. > > Thanks, > Nick > --f46d04428fcedeccba0515dc6b2a--