*2.6.6RC0 *

+1 (non-binding)


  * Signature: ok

     - 50F1E8BB7C67AB14BDFC0A218597754DD5365CCD

       Andrew Purtell (CODE SIGNING KEY) <[email protected]>

       matches advertised key 0xD5365CCD

  * Checksum : ok

     - SHA512 405d28c31442ac3c…82228617 matched

  * Rat check (17.0.19): ok

     - mvn clean apache-rat:check -Dhadoop.profile=3.0

  * Built from source (17.0.19): ok

     - mvn clean install -DskipTests -Dhadoop.profile=3.0

  * Small tests:

     - mvn clean package -P runSmallTests \

           -Dsurefire.rerunFailingTestsCount=3 -Dhadoop.profile=3.0

     - 1724 tests run, 0 Failures, 2 Errors, 5 Skipped, 1 Flake (rerun OK)

     - The 2 errors are from a single test class:


org.apache.hadoop.hbase.security.TestMutualTlsClientSideNonLocalhost

         (Seems to be env issue)


Started a standalone cluster - OK

  Ran below commands from HBase shell and verified logs


  list

  create 'vo_test', 'f1'

  list 'vo_test'

  put 'vo_test', 'r1', 'f1:q1', 'RC1_is_good'

  flush 'vo_test'

  put 'vo_test', 'r2', 'f1:q2', 'RC1_is_still_good'

  flush 'vo_test'

  major_compact 'vo_test'

  get_splits 'vo_test'

  split 'vo_test', 'r1'

  get_splits 'vo_test'


     Master log shows CreateTableProcedure SUCCESS, major compaction

     completed (fileCount=2 -> merged), SplitTableRegionProcedure SUCCESS

     for vo_test.


  Executions from hbase PE tool - OK


  ./bin/hbase pe --table=table_name --rows=10000 sequentialWrite 10

     row count 100,000, elapsed 682 ms

  ./bin/hbase pe --table=table_name --rows=1000  scan 10

     row count 10,000,  elapsed 329 ms

  ./bin/hbase pe --table=table_name --rows=1000  sequentialRead 10

     row count 10,000,  elapsed 1193 ms



Thanks

Prathyusha

On Mon, Jun 8, 2026 at 8:55 PM Dávid Paksy <[email protected]> wrote:

> +1 (non-binding)
> I checked:
>
>     * Signature: ok
>     * Checksum : ok
>     * Rat check (17.0.19): ok
>      - mvn clean apache-rat:check -D skipTests -D hadoop.profile=3.0
>     * Built from source (17.0.19): 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
>
>
>
> aman poonia <[email protected]> ezt írta (időpont: 2026. jún. 8.,
> H,
> 14:16):
>
> >   +1 (non-binding)
> >
> >   Verified the following:
> >
> >   [ Automated - via hbase-vote.sh on Docker / eclipse-temurin:11.0.31 ]
> >   * Git tag: 2.6.6RC0 → d5f63f523c065f963992ea4e74db268d17816631 ✓
> >   * GPG signature: ok ✓
> >   * SHA512 checksum: ok ✓
> >   * RAT check (JDK 11.0.31): ok ✓
> >   * Built from source (JDK 11.0.31, hadoop3 profile): ok ✓
> >   * Unit tests (JDK 11.0.31, runSmallTests): ok ✓
> >
> >   [ Manual ]
> >   * API compat report reviewed — one additive abstract method added to
> >     RegionMetrics (getCurrentRegionColdDataRatio). Noted as intentional
> >     by RM. ✓
> >   * Maven staging repos (orgapachehbase-1615, orgapachehbase-1617):
> >     all 53 artifacts present, published 2026-06-04 ✓
> >   * CVE fix (HBASE-30193): jakarta.mail excluded from hbase-thrift POM
> >     in staging ✓
> >
> >   Environment: macOS, Docker eclipse-temurin:11.0.31, Maven 3.x
> > --
> >
> > *Thanks,*
> > *Aman Poonia*
> >
> >
> > On Sun, Jun 7, 2026 at 5:57 PM Nick Dimiduk <[email protected]> wrote:
> >
> > > +1, binding
> > >
> > >         * Signature: ok
> > >         * Checksum : ok
> > >         * Rat check (1.8.0_492): ok
> > >          - mvn clean apache-rat:check -D skipTests=true
> > >         * Rat check (17.0.19): ok
> > >          - mvn clean apache-rat:check -D skipTests=true -D
> > > hadoop.profile=3.0
> > >         * Rat check (26.0.1): ok
> > >          - mvn clean apache-rat:check -D skipTests=true -D
> > > hadoop.profile=3.0
> > >         * Built from source (1.8.0_492): ok
> > >          - mvn clean install -D skipTests=true -DskipTests
> > >         * Built from source (17.0.19): ok
> > >          - mvn clean install -D skipTests=true -D hadoop.profile=3.0
> > > -DskipTests
> > >         * Built from source (26.0.1): ok
> > >          - mvn clean install -D skipTests=true -D hadoop.profile=3.0
> > > -DskipTests
> > >         * Local loading with LoadTestTool (26.0.1): ok
> > >          - ./bin/hbase master start
> > >          - ./bin/hbase ltt -write 5:512:5 -num_keys 1000000
> > >          - ./bin/hbase ltt -read 100:5 -num_keys 1000000
> > >          - click around in the webUI
> > >
> > > On Fri, Jun 5, 2026 at 12:20 AM Andrew Purtell <[email protected]>
> > > wrote:
> > >
> > > > Please vote on this Apache HBase release candidate, HBase 2.6.6RC0
> > > >
> > > > The VOTE will remain open for at least 72 hours.
> > > >
> > > > [ ] +1 Release this package as Apache HBase 2.6.6
> > > > [ ] -1 Do not release this package because ...
> > > >
> > > > The tag to be voted on is 2.6.6RC0:
> > > >
> > > >   https://github.com/apache/hbase/tree/2.6.6RC0
> > > >
> > > > This tag currently points to git reference
> > > >
> > > >   d5f63f523c065f963992ea4e74db268d17816631
> > > >
> > > > 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.6RC0/
> > > >
> > > > The compatibility report shows one issue in the RegionMetrics
> > interface,
> > > > but this seems intentional and additive, so I have allowed it. This
> may
> > > > be a factor in your vote.
> > > >
> > > >
> > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/hbase/2.6.6RC0/api_compare_2.6.5_to_2.6.6RC0.html
> > > >
> > > > Maven artifacts are available in a staging repository at:
> > > >
> > > >
> > >
> https://repository.apache.org/content/repositories/orgapachehbase-1615/
> > > >
> > > > Maven artifacts for hadoop3 are available in a staging repository at:
> > > >
> > > >
> > >
> https://repository.apache.org/content/repositories/orgapachehbase-1617/
> > > >
> > > > 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