+1

On amd64 bash -x ./dev-support/hbase-vote.sh --source
https://dist.apache.org/repos/dist/dev/hbase/2.5.0RC1/ --output-dir
~/Downloads/250rc1 -P runSmallTests -D hadoop.profile=3.0

        * Signature: ok
        * Checksum : ok
        * Rat check (11.0.12): ok
         - mvn clean apache-rat:check -D hadoop.profile=3.0
        * Built from source (11.0.12): ok
         - mvn clean install -D hadoop.profile=3.0 -DskipTests
        * Unit tests pass (11.0.12): failed
         - mvn package -P runSmallTests -D hadoop.profile=3.0
-Dsurefire.rerunFailingTestsCount=3

On arm64  bash -x ./dev-support/hbase-vote.sh --source
https://dist.apache.org/repos/dist/dev/hbase/2.5.0RC1/ --output-dir
~/Downloads/250rc1 -D skipTests -D hadoop.profile=3.0

        * Signature: ok
        * Checksum : failed
        * Rat check (11.0.15): ok
         - mvn clean apache-rat:check -D skipTests -D hadoop.profile=3.0
        * Built from source (11.0.15): ok
         - mvn clean install -D skipTests -D hadoop.profile=3.0 -DskipTests
        * Unit tests pass (11.0.15): ok
         - mvn package -P runAllTests -D skipTests -D hadoop.profile=3.0
-Dsurefire.rerunFailingTestsCount=3

(Didn't runSmallTests on M1/arm because fails with HBASE-27338 brotli
compression lib tests fail on arm64
<https://issues.apache.org/jira/browse/HBASE-27338>)

* Looked at the compatibility report. The red-flagged items seem internals
or items unlikely to have been sub-classed by a downstreamer
(ColumnFamilyDescriptor).
* Ran ITBLL on 6-node "cluster" on jdk17. 25 clients doing 1M each (Took
some time to get a working build... it looks like I had to specify
hadoop.version and hadoop-three.version building: TBD).
* Ran 25 cilents doing 10M each. Some kills. Stuff came back fine and
promptly. Canary works.
* UI looks fine. Poked around. Fancy region visualizer doo-hickey!
* CLI works.

S




On Wed, Aug 24, 2022 at 2:53 AM Nick Dimiduk <ndimi...@apache.org> wrote:

> Please vote on this Apache hbase release candidate,
> hbase-2.5.0RC1
>
> The VOTE will remain open for at least 72 hours.
>
> [ ] +1 Release this package as Apache hbase 2.5.0
> [ ] -1 Do not release this package because ...
>
> The tag to be voted on is 2.5.0RC1:
>
>   https://github.com/apache/hbase/tree/2.5.0RC1
>
> This tag currently points to git reference
>
>   2ecd8bd6d615ca49bfb329b3c0c126c80846d4ab
>
> The release files, including signatures, digests, as well as CHANGES.md
> and RELEASENOTES.md included in this RC can be found at:
>
>   https://dist.apache.org/repos/dist/dev/hbase/2.5.0RC1/
>
> Maven artifacts are available in a staging repository at:
>
>   https://repository.apache.org/content/repositories/orgapachehbase-1494/
>
> Artifacts were signed with the 0x18567F39 key which can be found in:
>
>   https://downloads.apache.org/hbase/KEYS
>
> To learn more about Apache hbase, please see
>
>   http://hbase.apache.org/
>
> Thanks,
> Your HBase Release Manager
>

Reply via email to