+1. I’ll automate this part once we have a machine story upstream sorted out.
- Deployed onto a 5-node container cluster from binary tarball (with Hadoop 2.5.1). Did some sanity checks of the HBase shell and web UI, all looks good. - Ran IntegrationTestBigLinkedList in loop mode with 1 billion nodes; passed without a problem. -Dima On Wed, Jun 15, 2016 at 11:07 PM, Andrew Purtell <[email protected]> wrote: > +1 > > Checked sums and signatures > Revision hash (e489434) corresponds to 1.2.2RC0 tag > Built from source with RAT, no errors > All unit tests pass (7u79) > Loaded 1M rows with LTT: no unexpected messages or errors in logs, > latencies within expected range, all keys verified > Verified cluster to cluster replication: all rows present and verified > > > On Tue, Jun 14, 2016 at 9:43 PM, Sean Busbey <[email protected]> wrote: > > > Hi folks! > > > > I'm happy to announce that the first release candidate of HBase 1.2.2 is > > available for download at: > > > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.2RC0/ > > > > As of this vote, the relevant md5 hashes are: > > > > hbase-1.2.2-bin.tar.gz: 5E 5E 0C A1 EB 50 98 00 54 36 8E 9B 71 B8 36 C5 > > hbase-1.2.2-src.tar.gz: ED 16 3C 50 58 24 4F 24 64 19 30 CA 07 34 F2 C1 > > > > Maven artifacts are also available in the staging repository > > > > https://repository.apache.org/content/repositories/orgapachehbase-1140/ > > > > 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 > > > > e48943455819437667424bebd0f80b7ac80fa493 > > > > which signed tag 1.2.2RC0 currently points to: > > > > https://s.apache.org/hbase-1.2.2RC0-tag > > > > HBase 1.2.2 is the second maintenance release in the HBase 1.2.z line, > > continuing on the theme of bringing a stable, reliable database to the > > Hadoop and NoSQL communities. This release includes 57 resolved issues > > since the 1.2.1 release. > > > > Notable fixes include: > > > > * [HBASE-15811] - Batch Get after batch Put does not fetch all Cells > > * [HBASE-15698] - Increment TimeRange not serialized to server > > * [HBASE-15234] - ReplicationLogCleaner can abort due to transient ZK > > issues > > * [HBASE-15645] - hbase.rpc.timeout is not used in operations of HTable > > * [HBASE-15622] - Superusers does not consider the keytab credentials > > * [HBASE-15856] - Cached Connection instances can wind up with > > addresses never resolved > > * [HBASE-15873] - ACL for snapshot restore / clone is not enforced > > > > > > The full list of issues can be found in the CHANGES.txt file included in > > the release and online at: > > > > https://s.apache.org/hbase-1.2.2-jira-releasenotes > > > > Please take some time to verify the release[1], try out the release > > candidate, and vote on releasing it: > > > > [ ] +1 Release this package as HBase 1.2.2 > > [ ] +0 no opinion > > [ ] -1 Do not release this package because... > > > > Vote will be subject to Majority Approval[2] and will close at > > 5:00PM UTC on Monday, June 20th, 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: > > > > https://s.apache.org/hbase-1.2.2RC0-vote-close > > > > > > -- > Best regards, > > - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet Hein > (via Tom White) >
