+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 (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/06/08 16:38:37 Prathyusha Garre wrote:
> +1 (non-binding)
>
> *2.5.15RC0 *
>
>
> * Signature: ok
>
> - 50F1E8BB7C67AB14BDFC0A218597754DD5365CCD
>
> Andrew Purtell (CODE SIGNING KEY) <[email protected]>
>
> matches advertised key 0xD5365CCD
>
> * Checksum : ok
>
> - SHA512 0796296cbd84d200…93e7b646 matched
>
> * Rat check (17.0.19): ok
>
> - mvn clean apache-rat:check
>
> * Built from source (17.0.19): ok
>
> - mvn clean install -DskipTests -Dhadoop.profile=3.0
>
> * Small tests: ok
>
> - mvn clean package -P runSmallTests \
>
> -Dsurefire.rerunFailingTestsCount=3 -Dhadoop.profile=3.0
>
>
>
>
> Started a standalone cluster - OK
>
> Ran below commands from HBase shell and verified logs
>
>
> list
>
> create 'vo_test', 'f1'
>
> list 'vo_test'
>
> put 'vo_test', 'r1', 'f1:q1', 'RC1_is_good'
>
> flush 'vo_test'
>
> put 'vo_test', 'r2', 'f1:q2', 'RC1_is_still_good'
>
> flush 'vo_test'
>
> major_compact 'vo_test'
>
> get_splits 'vo_test'
>
> split 'vo_test', 'r1'
>
> get_splits 'vo_test'
>
>
> Executions from hbase PE tool - OK
>
>
> ./bin/hbase pe --table=table_name --rows=10000 sequentialWrite 10
>
> row count 100,000, elapsed 857 ms
>
> ./bin/hbase pe --table=table_name --rows=1000 scan 10
>
> row count 10,000, elapsed 391 ms
>
> ./bin/hbase pe --table=table_name --rows=1000 sequentialRead 10
>
> row count 10,000, elapsed 1366 ms
>
> Cluster stopped cleanly.
>
> On Mon, Jun 8, 2026 at 8:26 PM Dávid Paksy <[email protected]> wrote:
>
> > +1 (non-binding)
> > I checked:
> >
> > * Signature: ok
> > * Checksum : ok
> > * Rat check (17.0.12): ok
> > - mvn clean apache-rat:check -D skipTests -D hadoop.profile=3.0
> > * Built from source (17.0.12): ok
> > - mvn clean install -D skipTests -D hadoop.profile=3.0 -DskipTests
> >
> > Started a standalone cluster - OK
> > Checked logs and web UI pages, looks good.
> >
> > Run these shell commands - OK
> >
> > create_namespace 'nj'
> > create 'nj:test', 'cf', {NUMREGIONS => 3, SPLITALGO => 'HexStringSplit'}
> > describe 'nj:test'
> > put 'nj:test', 'r1', 'cf:1', 'v1'
> > put 'nj:test', '1', 'cf:1', 'v1'
> > put 'nj:test', 'z00', 'cf:1', 'v3'
> > scan 'nj:test'
> > get 'nj:test', 'r1'
> > flush 'nj:test'
> > major_compact 'nj:test'
> > get_splits 'nj:test'
> > split 'nj:test', '0'
> > get_splits 'nj:test'
> >
> > Executed LoadTestTool - OK
> > bin/hbase ltt -num_keys 10000 -write 100:100 -num_tables 10 -multiput
> >
> >
> >
> > Peter Somogyi <[email protected]> ezt írta (időpont: 2026. jún. 8., H,
> > 10:20):
> >
> > > +1 binding
> > >
> > > * Signature: ok
> > > * Checksum : ok
> > > * Rat check (17.0.19): ok
> > > - mvn clean apache-rat:check -D hadoop.profile=3.0
> > > * Built from source (17.0.19): ok
> > > - mvn clean install -D hadoop.profile=3.0 -DskipTests
> > > * Unit tests pass (17.0.19): failed
> > > - mvn clean package -P runAllTests -D hadoop.profile=3.0
> > > -Dsurefire.rerunFailingTestsCount=3
> > > I had some test failures but all on the Flaky
> > > Dashboard: TestBasicWALEntryStreamAsyncFSWAL,
> > > TestBasicWALEntryStreamFSHLog, TestCopyTable
> > >
> > > Started HBase in standalone mode. Basic CRUD operations, Web UI and LOG
> > > check.
> > >
> > > On Sun, Jun 7, 2026 at 2:19 PM Nick Dimiduk <[email protected]> wrote:
> > >
> > > > +1, binding
> > > >
> > > > * Signature: ok
> > > > * Checksum : ok
> > > > * Rat check (1.8.0_492): ok
> > > > - mvn clean apache-rat:check -D skipTests=true
> > > > * Rat check (17.0.19): ok
> > > > - mvn clean apache-rat:check -D skipTests=true -D
> > > > hadoop.profile=3.0
> > > > * Rat check (26.0.1): ok
> > > > - mvn clean apache-rat:check -D skipTests=true -D
> > > > hadoop.profile=3.0
> > > > * Built from source (1.8.0_492): ok
> > > > - mvn clean install -D skipTests=true -DskipTests
> > > > * Built from source (17.0.19): ok
> > > > - mvn clean install -D skipTests=true -D hadoop.profile=3.0
> > > > -DskipTests
> > > > * Built from source (26.0.1): ok
> > > > - mvn clean install -D skipTests=true -D hadoop.profile=3.0
> > > > -DskipTests
> > > > * Local loading with LoadTestTool (26.0.1): ok
> > > > - ./bin/hbase master start
> > > > - ./bin/hbase ltt -write 5:512:5 -num_keys 1000000
> > > > - ./bin/hbase ltt -read 100:5 -num_keys 1000000
> > > > - click around in the webUI
> > > >
> > > > On Fri, Jun 5, 2026 at 12:20 AM Andrew Purtell <[email protected]>
> > > > wrote:
> > > >
> > > > > Please vote on this Apache HBase release candidate, HBase 2.5.15RC0
> > > > >
> > > > > The VOTE will remain open for at least 72 hours.
> > > > >
> > > > > [ ] +1 Release this package as Apache HBase 2.5.15
> > > > > [ ] -1 Do not release this package because ...
> > > > >
> > > > > The tag to be voted on is 2.5.15RC0:
> > > > >
> > > > > https://github.com/apache/hbase/tree/2.5.15RC0
> > > > >
> > > > > This tag currently points to git reference
> > > > >
> > > > > 1489aab3675f848300fea0a9cfc42fc26428cb49
> > > > >
> > > > > 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.15RC0/
> > > > >
> > > > > Maven artifacts are available in a staging repository at:
> > > > >
> > > > >
> > > >
> > https://repository.apache.org/content/repositories/orgapachehbase-1614/
> > > > >
> > > > > Maven artifacts for hadoop3 are available in a staging repository at:
> > > > >
> > > > >
> > > >
> > https://repository.apache.org/content/repositories/orgapachehbase-1616/
> > > > >
> > > > > 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
> > > > >
> > > >
> > >
> >
>