Let me add my +1 (binding) to this vote. Spot checked NOTICE, LICENSE, signatures, RAT check - all good.
Minicluster launch and 10-100M row tests with LTT and PE - all good. Unit tests pass - all good. On Mon, Apr 6, 2026 at 12:49 PM Umesh Kumar Kumawat < [email protected]> wrote: > I checked sign, checksum and such info via hbase-vote > > * Signature: ok > > * Checksum : ok > > * Rat check (Java): ok > > - mvn clean apache-rat:check > > * Built from source (Java): ok > > - mvn clean install -DskipTests > > * Unit tests pass (Java): failed > > - mvn clean package -P > skip-tests -Dsurefire.rerunFailingTestsCount=3 > > > Although I was not able to run UT's on my local. I think I need to setup my > VM or need to spend a lot of time fixing my environment on Mac. > > > Stuff like Starting mini cluster and commands are working. > > As I am not sure about environment so +1 (non binding). > > > Just reiterating - > - 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. > > > Regards, > > Umesh Kumar Kumawat > > On Mon, Apr 6, 2026 at 2:07 AM Prathyusha Garre <[email protected]> > wrote: > > > +1 > > > > * 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 Standalone cluster in using start-hbase.sh > > Ran below commands from hbase shell > > create 'vo_test_2.6', 'f1' > > list 'vo_test_2.6' > > put 'vo_test_2.6', 'r1', 'f1:q1', 'RC1_is_good' > > flush 'vo_test_2.6' > > put 'vo_test_2.6', 'r2', 'f1:q2', 'RC1_is_still_good' > > flush 'vo_test_2.6' > > major_compact 'vo_test_2.6' > > get_splits 'vo_test_2.6' > > split 'vo_test_2.6', 'r1' > > get_splits 'vo_test_2.6' > > > > Executions from hbase PE tool - OK > > ./bin/hbase pe --table="vo_test_2.6pe" --rows=10000 sequentialWrite 10 > > ./bin/hbase pe --table="vo_test_2.6pe" --rows=1000 scan 10 > > ./bin/hbase pe --table="vo_test_2.6pe" --rows=1000 sequentialRead 10 > > > > On Thu, Apr 2, 2026 at 10:19 PM Andrew Purtell <[email protected] > > > > wrote: > > > > > 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:20 AM 张铎(Duo Zhang) <[email protected]> > > > wrote: > > > > > > > I think we have collected enough binding votes here? > > > > > > > > Thanks. > > > > > > > > Dávid Paksy <[email protected]> 于2026年3月27日周五 23:47写道: > > > > > > > > > > +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 > > > > > > > > > > > > > > > 张铎(Duo Zhang) <[email protected]> ezt írta (időpont: 2026. > márc. > > > > 26., > > > > > Cs, 7:47): > > > > > > > > > > > +1 binding > > > > > > > > > > > > Mostly the same with RC0. > > > > > > > > > > > > The failure UTs are still TestLoadBalancerPerformanceEvaluation > and > > > > > > TestMutualTlsClientSideNonLocalhost(which should be my > environment > > > > > > problem). > > > > > > > > > > > > All other things are OK. > > > > > > > > > > > > Viraj Jasani <[email protected]> 于2026年3月24日周二 03:32写道: > > > > > > > > > > > > > > > > > > > > +1 > > > > > > > > > > > > > > * Signature: ok > > > > > > > * Checksum : ok > > > > > > > * Rat check (1.8.0_482): ok > > > > > > > - mvn clean apache-rat:check > > > > > > > * Built from source (1.8.0_482): ok > > > > > > > - mvn clean install -DskipTests > > > > > > > * Unit tests pass (1.8.0_482): failed (known failures and > flakes > > > that > > > > > > pass > > > > > > > with individual runs) > > > > > > > - mvn clean package -P runAllTests > > > > -Dsurefire.rerunFailingTestsCount=3 > > > > > > > * Basic UI and CRUD validations > > > > > > > > > > > > > > > > > > > > > On Fri, Mar 20, 2026 at 4:32 PM Andrew Purtell < > > > [email protected]> > > > > > > wrote: > > > > > > > > > > > > > > > Please vote on this Apache hbase release candidate, HBase > 2.6.5 > > > RC1 > > > > > > > > > > > > > > > > The VOTE will remain open for at least 72 hours. > > > > > > > > > > > > > > > > [ ] +1 Release this package as Apache HBase 2.6.5 > > > > > > > > [ ] -1 Do not release this package because ... > > > > > > > > > > > > > > > > The tag to be voted on is 2.6.5RC1: > > > > > > > > > > > > > > > > https://github.com/apache/hbase/tree/2.6.5RC1 > > > > > > > > > > > > > > > > This tag currently points to git reference > > > > > > > > > > > > > > > > 0255064e5ed1b34c55a5392cd65829fac7a7ab1f > > > > > > > > > > > > > > > > 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.6.5RC1/ > > > > > > > > > > > > > > > > Maven artifacts are available in a staging repository at: > > > > > > > > > > > > > > > > > > > > > > > > > > > > https://repository.apache.org/content/repositories/orgapachehbase-1610/ > > > > > > > > > > > > > > > > Maven artifacts for hadoop3 are available in a staging > > repository > > > > at: > > > > > > > > > > > > > > > > > > > > > > > > > > > > https://repository.apache.org/content/repositories/orgapachehbase-1611/ > > > > > > > > > > > > > > > > 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 >
