+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 - was successful.
Checked logs and web UI pages - OK

Executed the following commands in shell - 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



Xiao Liu <[email protected]> ezt írta (időpont: 2026. márc. 20., P,
10:14):

> Oh, wait a moment
>
> It appears that HBASE-29994, HBASE-29999, and HBASE-29921 have been
> included in 2.6.5-RC0, but the CHANGES.md does not include a description of
> these three issues. We need to keep the two in sync?
>
> On 2026/03/20 09:02:23 Xiao Liu wrote:
> > +1 (non-binding)
> > I checked:
> >
> > * Signature: OK
> > * Checksum : OK
> > * Rat check (17.0.12): OK
> >    - mvn clean apache-rat:check -Dhadoop.profile=3.0
> > * Build from source (1.8.0_421 and 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'
> > disable 'test'
> > enable 'test'
> > disable 'test'
> > drop 'test'
> >
> > On 2026/03/19 11:23:08 Charles Connell via dev wrote:
> > > +1 non-binding
> > >
> > >         * Signature: ok
> > >         * Checksum : ok
> > >         * Rat check (11.0.25): ok
> > >          - mvn clean apache-rat:check -P hadoop-3.0
> > >         * Built from source (11.0.25): ok
> > >          - mvn clean install -P hadoop-3.0 -DskipTests
> > >         * Unit tests pass (11.0.25): ok
> > >          - mvn verify -P hadoop-3.0 -DskipTests
> > >
> > >
> > >
> > > On Tue, Mar 17, 2026 at 6:28 AM 张铎(Duo Zhang) <[email protected]>
> wrote:
> > > >
> > > > +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 several flaky ones and 3 failure ones.
> > > > TestPrefetchPersistence passed after retrying,
> > > > TestLoadBalancerPerformanceEvaluation timed out and seems to be like
> > > > this for a while, TestMutualTlsClientSideNonLocalhost should be my
> env
> > > > problem.
> > > >
> > > > 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'
> > > >
> > > > Thanks.
> > > >
> > > > Andrew Purtell <[email protected]> 于2026年3月16日周一 04:42写道:
> > > > >
> > > > > Please vote on this Apache HBase release candidate, 2.6.5RC0
> > > > >
> > > > > 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.5RC0:
> > > > >
> > > > >   https://github.com/apache/hbase/tree/2.6.5RC0
> > > > >
> > > > > This tag currently points to git reference
> > > > >
> > > > >   56c3103a8037583865d96050caf2dddd94c59991
> > > > >
> > > > > 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.5RC0/
> > > > >
> > > > > Maven artifacts are available in a staging repository at:
> > > > >
> > > > >
> https://repository.apache.org/content/repositories/orgapachehbase-1608/
> > > > >
> > > > > Maven artifacts for hadoop3 are available in a staging repository
> at:
> > > > >
> > > > >
> https://repository.apache.org/content/repositories/orgapachehbase-1609/
> > > > >
> > > > > 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