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 D39B818CAA for ; Sat, 20 Feb 2016 00:45:37 +0000 (UTC) Received: (qmail 36338 invoked by uid 500); 20 Feb 2016 00:45:32 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 36238 invoked by uid 500); 20 Feb 2016 00:45: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 36226 invoked by uid 99); 20 Feb 2016 00:45: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; Sat, 20 Feb 2016 00:45:32 +0000 Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 4C7001A01AB for ; Sat, 20 Feb 2016 00:45:31 +0000 (UTC) Received: by mail-lf0-f42.google.com with SMTP id j78so64060924lfb.1 for ; Fri, 19 Feb 2016 16:45:31 -0800 (PST) X-Gm-Message-State: AG10YOR+DyhN5DH70WNFruLLRR2A6RNvEM1rdoEumBHzt5/knQ21GF9hwhG6NgZtBY4Mp80d6WexLDs6LR8tdw== X-Received: by 10.25.43.20 with SMTP id r20mr6431332lfr.30.1455929129526; Fri, 19 Feb 2016 16:45:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.88.17 with HTTP; Fri, 19 Feb 2016 16:44:49 -0800 (PST) In-Reply-To: References: From: Andrew Purtell Date: Fri, 19 Feb 2016 16:44:49 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [VOTE] HBase 1.2.0 RC4 To: "dev@hbase.apache.org" Content-Type: multipart/alternative; boundary=001a114116bc956cfb052c28ea92 --001a114116bc956cfb052c28ea92 Content-Type: text/plain; charset=UTF-8 +1 Checked sums and signatures Built from source with release audits enabled, passes Ran unit test suite, all tests pass (7u79) Loaded 1M rows with LTT (20% update), no errors or unexpected messages in the logs, latencies within ballpark Poked around the UI for a bit, didn't see anything off When looking around the UI, I noticed what looks like junk going to standard output, like: Attempting to load ESAPI.properties via file I/O. Attempting to load ESAPI.properties as resource file via file I/O. Not found in 'org.owasp.esapi.resources' directory or file not readable: /home/apurtell/tmp/hbase-1.2.0/ESAPI.properties Not found in SystemResource Directory/resourceDirectory: .esapi/ESAPI.properties Not found in 'user.home' (/home/apurtell) directory: /home/apurtell/esapi/ESAPI.properties Loading ESAPI.properties via file I/O failed. Exception was: java.io.FileNotFoundException Attempting to load ESAPI.properties via the classpath. SUCCESSFULLY LOADED ESAPI.properties via the CLASSPATH from '/ (root)' using current thread context class loader! Attempting to load validation.properties via file I/O. Attempting to load validation.properties as resource file via file I/O. Not found in 'org.owasp.esapi.resources' directory or file not readable: /home/apurtell/tmp/hbase-1.2.0/validation.properties Not found in SystemResource Directory/resourceDirectory: .esapi/validation.properties Not found in 'user.home' (/home/apurtell) directory: /home/apurtell/esapi/validation.properties Loading validation.properties via file I/O failed. Attempting to load validation.properties via the classpath. validation.properties could not be loaded by any means. fail. Exception was: java.lang.IllegalArgumentException: Failed to load ESAPI.properties as a classloader resource. Nothing major. Could use a cleanup though. On Thu, Feb 18, 2016 at 10:38 PM, Sean Busbey wrote: > Hi Folks! > > I'm pleased to announce the next release candidate for HBase 1.2.0. > > Artifacts are available here: > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.0RC4/ > > As of this vote, the relevant md5 hashes are: > > c54710777a687a5a4737b2e4c0aac6b6 hbase-1.2.0-bin.tar.gz > c0535a66f76f89666db7c63365064b5e hbase-1.2.0-src.tar.gz > > Maven artifacts are available in this staging repository: > > https://repository.apache.org/content/repositories/orgapachehbase-1130/ > > All artifacts are signed with my code signing key 0D80DB7C, available in > the project KEYS file: > > http://www.apache.org/dist/hbase/KEYS > > these artifacts correspond to commit hash > > 25b281972df2f5b15c426c8963cbf77dd853a5ad > > which signed tag 1.2.0RC4 currently points to > > > https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=tag;h=9157bf9f0f64c045bff0d311b6e5702b784075a4 > > HBase 1.2.0 is the second 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 roughly 250 resolved issues not covered > by previous 1.x releases. > > Notable new features include: > - JDK8 is now supported > - Hadoop 2.6.1+ and Hadoop 2.7.1+ are now supported > - per column-family time ranges for scan (HBASE-14355) > - daemons respond to SIGHUP to reload configs (HBASE-14529) > - region location methods added to thrift2 proxy (HBASE-13698) > - table-level sync that sends deltas (HBASE-13639) > - client side metrics via JMX (HBASE-12911) > > The full list of issues can be found at: > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12332062 > > To see the changes since the prior release candidate, you can use the > following git command on > a up-to-date checkout of the hbase repository: > > git log 1.2.0RC3..1.2.0RC4 > > Please take a few minutes to verify the release[1] and vote on releasing > it: > > [ ] +1 Release this package as Apache HBase 1.2.0 > [ ] +0 no opinion > [ ] -1 Do not release this package because... > > Vote will be subject to Majority Approval[2] and will close at 6:00PM UTC > on Monday, Feb 22th, 2016[3]. > > [1]: http://www.apache.org/info/verification.html > [2]: https://www.apache.org/foundation/glossary.html#MajorityApproval > [3]: to find this in your local timezone see: > ttps://s.apache.org/hbase-1.2.0-rc4-close > -- Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White) --001a114116bc956cfb052c28ea92--