We have some new interest in testing and voting on RCs, so it's good to
give time for non-binding votes to come in too.
I will close the vote at the end of the week.

On Thu, Apr 2, 2026 at 6:19 AM 张铎(Duo Zhang) <[email protected]> wrote:

> I think we can close the vote now?
>
> Thanks.
>
> Prathyusha Garre <[email protected]> 于2026年3月30日周一 01:35写道:
> >
> > +1
> >
> >
> > I checked:
> >
> > * Signature: ok
> >
> > * Checksum : ok
> >
> > * Rat check (17.0.12): ok
> >
> >  - mvn clean apache-rat:check
> >
> > * Built from source (17.0.12): ok
> >
> >  - mvn clean install -DskipTests
> >
> > mvn clean package -P runSmallTests -Dsurefire.rerunFailingTestsCount=3:
> ok
> >
> >
> > 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
> >
> > ./bin/hbase pe --table="table_name" --rows=1000 scan 10
> >
> > ./bin/hbase pe --table="table_name" --rows=1000 sequentialRead 10
> >
> >
> >
> >
> >
> > On Fri, Mar 27, 2026 at 8:47 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
> > >
> > >
> > >
> > >
> > > Umesh Kumar Kumawat <[email protected]> ezt írta (időpont:
> 2026.
> > > márc. 26., Cs, 16:10):
> > >
> > > > +1 (non-binding)
> > > > I checked:
> > > >
> > > >
> > > >
> > > >         * Signature: ok
> > > >
> > > >         * Checksum : ok
> > > >
> > > >         * Rat check (Java): ok
> > > >
> > > >          - mvn clean apache-rat:check -D skipTests
> > > >
> > > >         * Built from source (Java): ok
> > > >
> > > >          - mvn clean install -D skipTests -DskipTests
> > > >
> > > >         * Unit tests pass (Java): ok
> > > >
> > > >          - mvn clean package -P runAllTests -D skipTests
> > > > -Dsurefire.rerunFailingTestsCount=3
> > > >
> > > > Started a mini cluster in standalone mode, succeeded.
> > > > Check logs and web pages, it looks good.
> > > >
> > > > Executed below shell commands, looks fine.
> > > >
> > > > create 'test', 'cf'
> > > > list 'test'
> > > > describe 'test'
> > > > put 'test', 'row1', 'cf:a', 'value1'
> > > > scan 'test'
> > > > get 'test', 'row1'
> > > > disable 'test'
> > > > enable 'test'
> > > > disable 'test'
> > > > drop 'test'
> > > >
> > > > Executed LoadTestTool - OK
> > > >
> > > > bin/hbase ltt -num_keys 10000 -write 100:100 -num_tables 10 -multiput
> > > >
> > > >
> > > > I do find another issue while testing that is non blocking.
> > > >
> > > >
> > > >    1. hbase-vote.sh
> > > >    <
> > > >
> https://github.com/apache/hbase/blob/branch-2/dev-support/hbase-vote.sh>
> > > > is
> > > >    outdated in branch-2. I see that we are not maintaining all the
> > > > dev-support
> > > >    scripts in other branches and it seems fine to me. In this case
> lets
> > > > just
> > > >    remove these files from all other branches.
> > > >
> > > >
> > > > On Sat, Mar 21, 2026 at 5:02 AM Andrew Purtell <[email protected]>
> > > > 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
> > > > >
> > > >
> > >
>


-- 
Best regards,
Andrew

Robber barons, ketamine cowboys
Vulture capital parasites
Unearned vanity, silicon sadists
Sharks with gluttonous appetites
Arrogant halfwits, nepotist failures
Trust fund vagrants, indigent kings
Culture warriors, gaslight grifters
Charlatans with silver tongues
  - A23, Lunatics

Reply via email to