+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
  TestCompaction.testCompactionWithCorruptBlock and
TestCompactionWithCoprocessor.testCompactionWithCorruptBlock should be
fixed by HBASE-30000
  TestLoadBalancerPerformanceEvaluation is also failing on branch-2.6.
  TestCopyTable is failing too, need to dig more but should not be a blocker.
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'

Viraj Jasani <[email protected]> 于2026年3月24日周二 03:43写道:
>
> +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): ok
>  - mvn clean package -P runSmallTests  -Dsurefire.rerunFailingTestsCount=3
> * Basic CRUD testing using shell
>
>
> On Fri, Mar 20, 2026 at 4:31 PM 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
> >

Reply via email to