+1 (non-binding)
I checked:
- Signature: OK
- Checksum: OK
- LICENSE and NOTICE: In place
- Rat check (17.0.14): OK
- mvn apache-rat:check
- Build from source (17.0.14): OK
- mvn clean install -DskipTests
- JUnit tests: OK
- mvn test -fn -Dsurefire.rerunFailingTestsCount=5"
- Tests run: 8,775, Failures: 0 (genuine), Errors: 0 (genuine),
Skipped: 90, Flaky: 1 (passed on rerun)
- TestReadOnlyZKClient.testRead: Flaky, ZK ConnectionLoss on first 2
runs, passed on run 3.
- TestJul2Slf4j: Fails due to macOS-specific logging classloader issue,
environment-only.
- TestSpnegoHttpServer, TestProxyUserSpnegoHttpServer, TestLogLevel:
Requires Kerberos KDC, environment-only.
- TestSecureRESTServer, TestShadeSaslAuthenticationProvider: Requires
Kerberos KDC, environment-only.
- TestMultipleServerPrincipalsFallbackToSimple,
TestMutualTlsClientSideNonLocalhost,
TestSaslTlsIPCRejectPlainText, TestUsersOperationsWithSecureHadoop:
Requires Kerberos/TLS env, environment-only.
Started a mini cluster in standalone mode, succeeded.
Check logs and web pages, it looks good.
Ran these shell commands, looks fine.
create 'test', 'cf'
list
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'
flush 'test'
major_compact 'test'
scan 'test'
disable 'test'
enable 'test'
disable 'test'
drop 'test'
Run PerformanceEvaluation, all passed.
./bin/hbase pe --nomapred --rows=10000 randomWrite 1
./bin/hbase pe --nomapred --rows=10000 sequentialWrite 1
./bin/hbase pe --nomapred --rows=10000 randomRead 1
./bin/hbase pe --nomapred --rows=10000 scanRange10 1
Run IntegrationTestBigLinkedList, passed.
./bin/hbase org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
generator 1 1000000
./bin/hbase org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
verify
- 1,000,000 nodes generated, 0 bad references, 0 undefined nodes.
Thanks
On Fri, Aug 7, 2026 at 8:46 PM 张铎(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
> TestMutualTlsClientSideNonLocalhost failed, seems to be an
> environment problem.
> TestLoadBalancerPerformanceEvaluation timed out, should not be a
> blocker, will dig more.
> 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'
>
> aman poonia <[email protected]> 于2026年8月6日周四 14:37写道:
> >
> > +1 (non-binding)
> >
> > * Signature: ok
> > * Checksum : ok
> > * RAT check (JDK 17.0.14): ok
> > - mvn clean apache-rat:check -Dhadoop.profile=3.0
> > * Built from source (JDK 17.0.14): ok
> > - mvn clean install -DskipTests -Dhadoop.profile=3.0
> > * Unit tests (JDK 17.0.14): ok
> > - mvn clean package -P runAllTests -Dhadoop.profile=3.0
> > -Dsurefire.rerunFailingTestsCount=3
> > - 7990 tests run, 4 flakes (all environment/timing related)
> >
> > Failing test classes (all environmental — not attributable to
> RC):
> > - TestCustomSaslAuthenticationProviderNettyRpcServer }
> > Kerberos/SASL —
> > - TestCustomSaslAuthenticationProviderSimpleRpcServer } no
> KDC
> > on test machine
> > - TestMultipleServerPrincipalsIPC }
> > - TestNettyTLSIPCFileWatcher — TLS timing flake (passed on
> > rerun)
> > - TestTakeSnapshotHandler — TTL timing flake (passed in
> > full suite run)
> > - TestPrefetchWithBucketCache — OOM under load in full suite
> > (passed standalone)
> > - TestAsyncTableScanMetrics — metrics timing flake (2
> > flakes, passed on rerun)
> >
> > Thanks,
> > Aman Poonia
> >
> > On Wed, Aug 5, 2026 at 12:45 AM Nick Dimiduk <[email protected]>
> wrote:
> >
> > > +1
> > >
> > > * Signature: ok
> > > * Checksum : ok
> > > * Rat check (1.8.0_502): ok
> > > - mvn clean apache-rat:check -D skipTests=true
> > > * Rat check (17.0.20): ok
> > > - mvn clean apache-rat:check -D skipTests=true -D
> > > hadoop.profile=3.0
> > > * Built from source (1.8.0_502): ok
> > > - mvn clean install -D skipTests=true -DskipTests
> > > * Built from source (17.0.20): ok
> > > - mvn clean install -D skipTests=true -D hadoop.profile=3.0
> > > -DskipTests
> > >
> > >
> > > On Fri, Jul 31, 2026 at 5:18 PM Andrew Purtell <[email protected]>
> > > wrote:
> > >
> > > > Please vote on this Apache HBase release candidate, HBase 2.6.7RC0
> > > >
> > > > The VOTE will remain open for at least 72 hours.
> > > >
> > > > [ ] +1 Release this package as Apache HBase 2.6.7
> > > > [ ] -1 Do not release this package because ...
> > > >
> > > > The tag to be voted on is 2.6.7RC0:
> > > >
> > > > https://github.com/apache/hbase/tree/2.6.7RC0
> > > >
> > > > This tag currently points to git reference
> > > >
> > > > 7ebdb09cdab2e470a0e6dc8b3b6851b8a6a2a552
> > > >
> > > > 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.7RC0/
> > > >
> > > > Maven artifacts are available in a staging repository at:
> > > >
> > > >
> > >
> https://repository.apache.org/content/repositories/orgapachehbase-1621/
> > > >
> > > > Maven artifacts for hadoop3 are available in a staging repository at:
> > > >
> > > >
> > >
> https://repository.apache.org/content/repositories/orgapachehbase-1622/
> > > >
> > > > 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
> > > >
> > >
>