+1 non-binding

Results from hbase-vote.sh:

        * Signature: ok
        * Checksum : ok
        * Rat check (11.0.25): ok
         - mvn clean apache-rat:check -P hadoop-3.0
        * Built from source (11.0.25): ok
         - mvn clean install -P hadoop-3.0 -DskipTests
        * Unit tests pass (11.0.25): ok
         - mvn verify -P hadoop-3.0 -DskipTests

Results from a test script against a cluster running in Docker:

=== HBase master status ===
  [PASS] 3 region servers registered
  [PASS] hmaster1 healthy
  [PASS] hmaster2 healthy

=== Table lifecycle ===
  [PASS] Table created
  [PASS] Table visible in list
  [PASS] Column family present in describe output
  [PASS] Table disabled
  [PASS] Table dropped

=== Read / write ===
  [PASS] Put succeeded
  [PASS] Get returned expected value
  [PASS] Scan returned both rows
  [PASS] Delete cell succeeded
  [PASS] Deleted cell no longer readable
  [PASS] Deleteall row succeeded

=== Multiple column families ===
  [PASS] cf1 value readable
  [PASS] cf2 value readable

=== Batch puts and row count ===
  [PASS] Row count is 10

=== LoadTestTool (hbase ltt) ===
  [PASS] LoadTestTool exited successfully
  [PASS] LoadTestTool: 0 write failures
  [PASS] LoadTestTool: 0 read failures

=== Results ===
  Passed : 20
  Failed : 0

On Mon, Mar 23, 2026 at 12:29 AM Xiao Liu <[email protected]> wrote:
>
> +1 (non-binding)
> I checked:
>
> * Signature: OK
> * Checksum : OK
> * LICENSE and NOTICE: In place
> * Rat check (17.0.12): OK
>     - mvn clean apache-rat:check -Dhadoop.profile=3.0
> * Build from source (1.8.0_421 and 17.0.12): OK
>     - mvn clean install -DskipTests -Dhadoop.profile=3.0
>
>
> Start a mini cluster in standalone mode, succeeded.
> Check logs and web pages, it looks good.
>
> Run these shell commands, looks fine.
> create 'test', 'cf'
> list 'test'
> describe 'test'
> put 'test', 'row1', 'cf:a', 'value1'
> put 'test', 'row2', 'cf:b', 'value2'
> put 'test', 'row3', 'cf:c', 'value3'
> scan 'test'
> get 'test', 'row1'
> flush 'test'
> major_compact 'test'
> scan 'test'
> disable 'test'
> enable 'test'
> disable 'test'
> drop 'test'
>
>
> Run LTT to load 10000 rows, Passed
> ./bin/hbase ltt -write 20:1024 -num_keys 10000
>
> Run these shell commands, looks fine
> flush 'cluster_test'
> major_compact 'cluster_test'
> scan 'cluster_test', {LIMIT=>10}
> count 'cluster_test'
>
>
> Thanks Andrew for driving this release!
>
>
>
> On 2026/03/20 23:30:37 Andrew Purtell wrote:
> > Please vote on this Apache hbase release candidate, HBase 2.5.14RC1
> >
> > The VOTE will remain open for at least 72 hours.
> >
> > [ ] +1 Release this package as Apache HBase 2.5.14
> > [ ] -1 Do not release this package because ...
> >
> > The tag to be voted on is 2.5.14RC1:
> >
> >   https://github.com/apache/hbase/tree/2.5.14RC1
> >
> > This tag currently points to git reference
> >
> >   f17e8c21b6c37d67a8ecf77f717b03b2db61829b
> >
> > 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.14RC1/
> >
> > Maven artifacts are available in a staging repository at:
> >
> >   https://repository.apache.org/content/repositories/orgapachehbase-1612/
> >
> > Maven artifacts for hadoop3 are available in a staging repository at:
> >
> >   https://repository.apache.org/content/repositories/orgapachehbase-1613/
> >
> > Artifacts were signed with the 0xD5365CCD 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