+1

* Signature: ok
* Checksum : ok
* Rat check (17.0.19): ok
 - mvn clean apache-rat:check
* Built from source (17.0.19): ok
 - mvn clean install -DskipTests
* Unit tests pass (17.0.19): ok
  (failed with some OOM, changed to use surefire.Xmx=12g then passed)
 - mvn clean -am package -PrunAllTests \
  -Dsurefire.rerunFailingTestsCount=3 \
  -Dsurefire.Xmx=12g \
  -Dsurefire.firstPartForkCount=0.5C \
  -Dsurefire.secondPartForkCount=0.5C
* Basic Web UI: ok
 - Master UI
 - Table UI
 - RegionServer UI
* run basic shell commands: ok
 - create/put/get/scan/flush/list/disable/drop/count/regioninfo
 - compact/major_compact
 - balance_switch/cleaner_chore_switch
* run LTT with 1M rows: ok
 - bin/hbase ltt -num_keys 1000000 -write 10:1000:32
* run standalone ITBLL
 - bin/hbase org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList -m
slowDeterministic Loop 1 5 200000 /tmp/3.0.0-beta2 20 10000 20

-Stephen

On Tue, Jul 14, 2026 at 3:55 AM Nick Dimiduk <[email protected]> wrote:

> +1
>
>         * Signature: ok
>         * Checksum : ok
>         * Rat check (26.0.1): ok
>          - mvn clean apache-rat:check -D skipTests=true
>         * Built from source (26.0.1): ok
>          - mvn clean install -D skipTests=true -DskipTests
>
> The vote script reported a checksum failure
> in hbase-byo-hadoop-3.0.0-beta-2-bin.tar.gz. Investigating the content of
> the sha512 file, it appeared to be a formatting issue. Our script uses a
> naive diff approach based on gpg output. In this case the provided file
> white space does not match the output from my version of gpg. The
> signatures otherwise match.
>
> On Fri, Jul 3, 2026 at 6:15 PM Duo Zhang <[email protected]> wrote:
>
> > Please vote on this Apache hbase release candidate,
> > hbase-3.0.0-beta-2RC0
> >
> > The VOTE will remain open for at least 72 hours.
> >
> > [ ] +1 Release this package as Apache hbase 3.0.0-beta-2
> > [ ] -1 Do not release this package because ...
> >
> > The tag to be voted on is 3.0.0-beta-2RC0:
> >
> >   https://github.com/apache/hbase/tree/3.0.0-beta-2RC0
> >
> > This tag currently points to git reference
> >
> >   8817031931f8bd8c168d3d59080cb3dfd3059128
> >
> > 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/3.0.0-beta-2RC0/
> >
> > Maven artifacts are available in a staging repository at:
> >
> >
> https://repository.apache.org/content/repositories/orgapachehbase-1619/
> >
> > Artifacts were signed with the 0x9AD2AE49 key which can be found in:
> >
> >   https://downloads.apache.org/hbase/KEYS
> >
> > 3.0.0-beta-2 is the second beta release for our 3.0.0 major release line.
> > HBase 3.0.0 includes the following big feature/changes:
> >   Synchronous Replication
> >   OpenTelemetry Tracing
> >   Distributed MOB Compaction
> >   Backup and Restore
> >   Move RSGroup balancer to core
> >   Reimplement sync client on async client
> >   CPEPs on shaded protobuf
> >   Move the logging framework from log4j to log4j2
> >   Decouple region replication and general replication framework, and
> >   also make region replication can work when SKIP_WAL is used
> >   A new file system based replication peer storage
> >   Used hbase table instead of zookeeper for tracking hbase replication
> > queue
> >   Yield SCP and TRSP to improve MTTR when restarting large cluster
> >   Upgrade to junit5
> >
> > 3.0.0-beta-2 will be the last beta release for the 3.0.0 release line. We
> > have finished several rounds of 10B ITBLL runs and fixed most critical
> bugs
> > around data loss or hanging. If no big problems are found, it will likely
> > be
> > the final 3.0.0-GA release too.
> >
> > To reduce the artifacts size, now we will not include tests related jars
> in
> > our tarball. If you want to run hbase-it by yourself, you need to build
> > with
> > assemblyForTesting profile by your own. See HBASE-29192 for more details.
> >
> > And this time we will not include CHANGES.md and RELEASENOTE.md
> > in our source code, you can find it on the download site. For getting
> these
> > two files for old releases, please go to
> >
> >   https://archive.apache.org/dist/hbase/
> >
> > To learn more about Apache hbase, please see
> >
> >   http://hbase.apache.org/
> >
> > Thanks,
> > Your HBase Release Manager
> >
>

Reply via email to