+1 (non-binding)
I checked:

* Signature: OK
* Checksum: OK
* Rat check (1.8.0_401): OK
  - mvn clean apache-rat:check
* Build from source (1.8.0_401): OK
  - mvn clean install -DskipTests
* Build from source (11.0.16): OK
  - mvn clean install -DskipTests -Dhadoop.profile=3.0
* Unit tests (1.8.0_401): OK
  - mvn test -fn -Dsurefire.forkCount=1 -Dsurefire.reuseForks=true
-Dsurefire.rerunFailingTestsCount=5
* Unit tests (11.0.16, hadoop3): OK
  - mvn test -fn -Dhadoop.profile=3.0 -Dsurefire.forkCount=1
-Dsurefire.reuseForks=true -Dsurefire.rerunFailingTestsCount=5

The only test failures were pre-existing environment-specific ones on my
workstation (mTLS non-localhost binding, Kerberos
and a JDK 8 file-watch timing test), none related to the release bits.

Start a mini cluster in pseudo-distributed mode (h
succeeded. Checked logs, they look good.

Run these shell commands, looks fine.
create 't1', 'cf'
put 't1', 'r1', 'cf:a', 'v1'
put 't1', 'r1', 'cf:b', 'v2'
put 't1', 'r2', 'cf:a', 'v3'
scan 't1'
get 't1', 'r1'
count 't1'
delete 't1', 'r1', 'cf:a'
disable 't1'
drop 't1'
list

Ran LoadTestTool (100k keys, write + read-verify),
Ran PerformanceEvaluation (randomWrite, 4 threads x 100k rows), succeeded.
Ran IntegrationTestBigLinkedList (up to 250k nodes
success, REFERENCED == total nodes, 0 UNDEFINED / 0 UNREFERENCED.

Thanks,
Umesh

On Mon, Aug 17, 2026 at 7:11 PM Peter Somogyi <[email protected]> wrote:

> +1 (binding)
>
>         * Signature: ok
>         * Checksum : ok
>         * Rat check (17.0.20): ok
>          - mvn clean apache-rat:check -D hadoop.profile=3.0
>         * Built from source (17.0.20): ok
>          - mvn clean install -D hadoop.profile=3.0 -DskipTests
>         * Unit tests pass (17.0.20): ok
>          - mvn clean package -P runDevTests -D hadoop.profile=3.0
> -Dsurefire.rerunFailingTestsCount=3
>
> On Mon, Aug 17, 2026 at 8:04 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
> > * Build from source (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'
> >
> >
> > On 2026/08/17 04:43:01 Junegunn Choi wrote:
> > > +1 (non-binding)
> > >
> > > * Signature: ok
> > > * Checksum : ok
> > > * Rat check (17.0.2): ok
> > >  - mvn clean apache-rat:check -D hadoop.profile=3.0
> > > * Built from source (17.0.2): ok
> > >  - mvn clean install -D hadoop.profile=3.0 -DskipTests
> > > * Unit tests pass (17.0.2), small tests only: failed (2 known/env
> > failures)
> > >  - mvn clean package -P runSmallTests -D hadoop.profile=3.0
> > > -Dsurefire.rerunFailingTestsCount=3
> > >
> > > * RELEASENOTES.md: ok, 4 entries (HBASE-30300, HBASE-30195,
> > > HBASE-29289, HBASE-30200)
> > > * API compatibility report: ok, 100%, 0 problems
> > > * CHANGES.md: +0
> > >  - HBASE-29912 is missing from CHANGELOG because it's RESOLVED, not
> > FIXED.
> > >    (
> >
> https://github.com/apache/yetus/blob/rel/0.14.1/releasedocmaker/src/main/python/releasedocmaker/jira.py#L211
> > )
> > >
> > > Standalone cluster from the hadoop3 binary tarball:
> > > * Master and RS web UI: ok
> > > * Shell CRUD, flush, major_compact, snapshot, clone, drop: ok
> > > * LTT with 1M rows: ok, count returned 1000000
> > >
> >
>

Reply via email to