+1 binding
Checked sigs and sums: Matched
Rat check: Passed
LICENSE and NOTICE: In place
Compatibility report: 100% compatible
Built from source:
mvn clean install -DskipTests -Dhadoop.profile=3.0
Passed
Run UTs:
mvn -Dsurefire.firstPartForkCount=1C -Dsurefire.secondPartForkCount=1C
-Dsurefire.rerunFailingTestsCount=3 -Dhadoop.profile=3.0 test
-PrunAllTests -fn | tee test.log
There are failure ones under hbase-server and hbase-mapreduce, should
be known test issues.
Start a mini cluster:
Succeeded.
Check logs and web pages, nothing unusual
Run these shell commands, looks fine
list
create 't','f'
put 't','r','f:q','value'
get 't','r'
list
disable 't'
drop 't'
list
Run LTT to load 10000 rows:
./bin/hbase ltt -write 4:1024 -num_keys 10000
Passed
Run these shell commands, looks fine
count 'cluster_test'
scan 'cluster_test', {LIMIT=>10}
scan 'cluster_test', {FILTER =>
org.apache.hadoop.hbase.filter.KeyOnlyFilter.new(true)}
flush 'cluster_test'
major_compact 'cluster_test'
disable 'cluster_test'
drop 'cluster_test'
Run a 1B ITBLL with a 2 masters and 5 regionservers, with
the following command
./bin/hbase org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
-m slowDeterministic Loop 1 5 200000000 /tmp/2.5.13-1b 20 10000000 20
Passed.
Thanks Andrew for driving this release!
Viraj Jasani <[email protected]> 于2025年11月7日周五 14:58写道:
>
> +1
>
> * Signature: ok
> * Checksum : ok
> * Rat check (17.0.13.0.101): ok
> - mvn clean apache-rat:check -D hadoop.profile=3.0
> * Built from source (17.0.13.0.101): ok
> - mvn clean install -D hadoop.profile=3.0 -DskipTests
> * Unit tests pass (17.0.13.0.101): failed (known flakes, known krb failures)
> - mvn clean package -P runAllTests -D hadoop.profile=3.0
> -Dsurefire.rerunFailingTestsCount=3
>
> * LTT with 1M rows
> * Web UI looks good
>
>
> On Tue, Nov 4, 2025 at 8:02 AM Andrew Purtell <[email protected]> wrote:
>
> > Please vote on this Apache HBase release candidate, HBase 2.5.13RC0
> >
> > The VOTE will remain open for at least 72 hours.
> >
> > [ ] +1 Release this package as Apache HBase 2.5.13
> > [ ] -1 Do not release this package because ...
> >
> > The tag to be voted on is 2.5.13RC0:
> >
> > https://github.com/apache/hbase/tree/2.5.13RC0
> >
> > This tag currently points to git reference
> >
> > 6bdecfeb172bb0c19a94b6639546500fd7b3bb65
> >
> > 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.13RC0/
> >
> > Maven artifacts are available in a staging repository at:
> >
> > https://repository.apache.org/content/repositories/orgapachehbase-1590/
> >
> > Maven artifacts for hadoop3 are available in a staging repository at:
> >
> > https://repository.apache.org/content/repositories/orgapachehbase-1591/
> >
> > 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
> >