+1 - Started up a 5-node clusterdock cluster (Hadoop 2.5.1, Oracle JDK 7u79) from binary tarballs. - Verified that the web UI works and that the HBase Version attribute matches the expected Git hash. - Ran IntegrationTestAcidGuarantees for 1 hour with stressAM monkey (`hbase org.apache.hadoop.hbase.IntegrationTestAcidGuarantees -Dmillis=$((1*60*60*1000)) -m stressAM`), which passed.
Note that I had some trouble running ITBLL with the serverKilling monkey, but I then had similar issues running it against 1.2.2, so I'm guessing this is related to my setup and not an actual regression. -Dima On Thu, Sep 1, 2016 at 11:25 PM, Andrew Purtell <[email protected]> wrote: > +1 > > - Source and binary tarball signature and sums: verified > > - Unpacked source and binary tarballs: layout looks good > > - Built from source with release auditing enabled: build passes (openjdk > 7u111) > > - Loaded 1M rows with LTT (10 readers, 10 writers, 10 updaters (20%)): all > keys verified, no unexpected warnings, errors or messages, latencies in the > ballpark (openjdk 7u111) > > - ITBLL with 1B rows: passed > > On Mon, Aug 29, 2016 at 6:14 PM, Stack <[email protected]> wrote: > > > The first release candidate for HBase 1.2.3 (hbase-1.2.3RC0) is > > available for download at: > > > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.3RC0/ > > > > Maven artifacts are also available in a staging repository at: > > > > https://repository.apache.org/content/repositories/orgapachehbase-1149/ > > > > Artifacts are signed with my key (30CD0996) published up in our KEYS > > file at https://www-us.apache.org/dist/hbase/KEYS. > > > > The RC is tagged 1.2.3RC0 (I'll sign the tag the next time through...) > > > > The detailed source and binary compatibility report vs 1.2.2 has been > > published for your review, at: > > > > http://people.apache.org/~stack/1.2.2_1.2.3RC0_compat_report.html > > > > HBase 1.2.3 is the third patch release in the HBase 1.2 line, continuing > on > > the theme of bringing a stable, reliable database to the Hadoop and NoSQL > > communities. This release includes over 48 bug fixes since 1.2.2. In > > particular it addresses an API incompatibility uncovered by our Apache > > Phoenix bothers and sisters in our Table Interface: HBASE-16420. > > > > The full list of fixes included in this release is available at: > > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > > projectId=12310753&version=12336053 > > > > and in the CHANGES.txt file included in the distribution. > > > > Please try out this candidate and vote +/-1 by 23:59 Pacific time on > > Monday, 2016-09-05 as to whether we should release these artifacts as > HBase > > 1.2.3. > > > > Thanks, > > St.Ack > > > > > > -- > Best regards, > > - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet Hein > (via Tom White) >
