Re: [VOTE] The first release candidate for Apache HBase 2.5.12 is available
+1, binding * Signature: ok * Checksum : ok * Rat check (1.8.0_432): ok - mvn clean apache-rat:check * Built from source (1.8.0_432): ok - mvn clean install -DskipTests * Unit tests pass (1.8.0_432): ok - mvn clean package -P runAllTests -Dsurefire.rerunFailingTestsCount=3 Started all-in-one master+regionserver in place in source, loaded the UIs, clicked around a bit, looks good. Loaded and verified 20M rows with LTT. On Fri, Jul 18, 2025 at 4:02 PM Andrew Purtell wrote: > Please vote on the Apache HBase release candidate hbase-2.5.12RC0 > > The VOTE will remain open for at least 72 hours. > > [ ] +1 Release this package as Apache HBase 2.5.12 > [ ] -1 Do not release this package because ... > > The tag to be voted on is 2.5.12RC0: > > https://github.com/apache/hbase/tree/2.5.12RC0 > > This tag currently points to git reference > > 3c34f7a029b3b317478eb05b486ece7c77b341e4 > > 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.12RC0/ > > Maven artifacts are available in a staging repository at: > > https://repository.apache.org/content/repositories/orgapachehbase-1584/ > > Maven artifacts for Hadoop 3 are available in a staging repository at: > > https://repository.apache.org/content/repositories/orgapachehbase-1585/ > > 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 > >
Re: [VOTE] The first release candidate for Apache HBase 2.5.12 is available
+1 (binding)
* Signature: ok
* Checksum : ok
* Rat check (17.0.16): ok
- mvn clean apache-rat:check -Dhadoop.profile=3.0
* Built from source (17.0.16): ok
- mvn clean install -Dhadoop.profile=3.0 -DskipTests
* Unit tests pass (17.0.16): failed
- mvn clean package -Dhadoop.profile=3.0
-Dsurefire.rerunFailingTestsCount=3 -PrunAllTests -fn
# found below flaky tests
TestBasicWALEntryStreamAsyncFSWAL (assertion error)
TestBasicWALEntryStreamFSHLog (assertion error)
TestRegionNormalizerWorker (assertion error)
TestCompactionWithCoprocessor (expected java.io.IOException but it's
java.lang.ClassNotFoundException)
TestCompaction (assertion error)
-Stephen
On Thu, Jul 24, 2025 at 4:27 AM Peter Somogyi wrote:
> +1 (binding)
>
> * Signature: ok
> * Checksum : ok
> * Rat check (17.0.16): ok
> - mvn clean apache-rat:check -D hadoop.profile=3.0
> * Built from source (17.0.16): ok
> - mvn clean install -D hadoop.profile=3.0 -DskipTests
> * Unit tests pass (17.0.16): ok
> - mvn clean package -P runSmallTests -D hadoop.profile=3.0
> -Dsurefire.rerunFailingTestsCount=3
>
> On Wed, Jul 23, 2025 at 11:30 AM Pankaj Kumar
> wrote:
>
> > +1 (binding)
> >
> > * Signature: ok
> > * Checksum : ok
> > * Rat check (17.0.11): ok
> > - mvn clean apache-rat:check -D hadoop.profile=3.0
> > * Built from source (17.0.11): ok
> > - mvn clean install -D hadoop.profile=3.0 -DskipTests
> > * Unit tests pass (17.0.11): ok
> > - mvn clean package -P runSmallTests -D hadoop.profile=3.0
> > -Dsurefire.rerunFailingTestsCount=3
> >
> >
> > - Exercised basic hbase shell commands (create, put, scan, count,
> snapshot,
> > disable, enable, drop etc.), works fine
> > - Loaded 20M records using YCSB, nothing unusual
> > - HBase web UI looks good.
> >
> >
> > On Sun, Jul 20, 2025 at 7:33 PM 张铎(Duo Zhang)
> > wrote:
> >
> > > +1 binding
> > >
> > > Checked sigs and sums: Matched
> > > Rat check: Passed
> > > LICENSE and NOTICE: In place
> > > Compatibility report: As discussed before, the source compatibility
> > > issues for AsyncBufferedMutator should be OK
> > > Built from source(Temurin-17.0.14+7):
> > > mvn clean install -DskipTests -Dhadoop.profile=3.0
> > > Passed
> > > Run UTs(Temurin-17.0.14+7):
> > > mvn -Dsurefire.firstPartForkCount=1C
> > > -Dsurefire.secondPartForkCount=1C -Dsurefire.rerunFailingTestsCount=3
> > > -Dhadoop.profile=3.0 test -PrunAllTests -fn | tee test.log
> > > There are 3 failures, TestCompaction.testCompactionWithCorruptBlock,
> > > TestCompactionWithCoprocessor.testCompactionWithCorruptBlock,
> > > TestBasicWALEntryStreamAsyncFSWAL.testCleanClosedWALs. they are also
> > > listed on the flaky dashboard for quite a while.
> > > Start a mini cluster(Temurin-17.0.12+7):
> > > 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 1 rows:
> > > ./bin/hbase ltt -write 4:1024 -num_keys 1
> > > 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'
> > >
> > > Andrew Purtell 于2025年7月19日周六 07:03写道:
> > > >
> > > > Please vote on the Apache HBase release candidate hbase-2.5.12RC0
> > > >
> > > > The VOTE will remain open for at least 72 hours.
> > > >
> > > > [ ] +1 Release this package as Apache HBase 2.5.12
> > > > [ ] -1 Do not release this package because ...
> > > >
> > > > The tag to be voted on is 2.5.12RC0:
> > > >
> > > > https://github.com/apache/hbase/tree/2.5.12RC0
> > > >
> > > > This tag currently points to git reference
> > > >
> > > > 3c34f7a029b3b317478eb05b486ece7c77b341e4
> > > >
> > > > 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.12RC0/
> > > >
> > > > Maven artifacts are available in a staging repository at:
> > > >
> > > >
> > >
> https://repository.apache.org/content/repositories/orgapachehbase-1584/
> > > >
> > > > Maven artifacts for Hadoop 3 are available in a staging repository
> at:
> > > >
> > > >
> > >
> https://repository.apache.org/content/repositories/orgapachehbase-1585/
> > > >
> > > > 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
Re: [VOTE] The first release candidate for Apache HBase 2.5.12 is available
+1 (binding)
* Signature: ok
* Checksum : ok
* Rat check (17.0.16): ok
- mvn clean apache-rat:check -D hadoop.profile=3.0
* Built from source (17.0.16): ok
- mvn clean install -D hadoop.profile=3.0 -DskipTests
* Unit tests pass (17.0.16): ok
- mvn clean package -P runSmallTests -D hadoop.profile=3.0
-Dsurefire.rerunFailingTestsCount=3
On Wed, Jul 23, 2025 at 11:30 AM Pankaj Kumar
wrote:
> +1 (binding)
>
> * Signature: ok
> * Checksum : ok
> * Rat check (17.0.11): ok
> - mvn clean apache-rat:check -D hadoop.profile=3.0
> * Built from source (17.0.11): ok
> - mvn clean install -D hadoop.profile=3.0 -DskipTests
> * Unit tests pass (17.0.11): ok
> - mvn clean package -P runSmallTests -D hadoop.profile=3.0
> -Dsurefire.rerunFailingTestsCount=3
>
>
> - Exercised basic hbase shell commands (create, put, scan, count, snapshot,
> disable, enable, drop etc.), works fine
> - Loaded 20M records using YCSB, nothing unusual
> - HBase web UI looks good.
>
>
> On Sun, Jul 20, 2025 at 7:33 PM 张铎(Duo Zhang)
> wrote:
>
> > +1 binding
> >
> > Checked sigs and sums: Matched
> > Rat check: Passed
> > LICENSE and NOTICE: In place
> > Compatibility report: As discussed before, the source compatibility
> > issues for AsyncBufferedMutator should be OK
> > Built from source(Temurin-17.0.14+7):
> > mvn clean install -DskipTests -Dhadoop.profile=3.0
> > Passed
> > Run UTs(Temurin-17.0.14+7):
> > mvn -Dsurefire.firstPartForkCount=1C
> > -Dsurefire.secondPartForkCount=1C -Dsurefire.rerunFailingTestsCount=3
> > -Dhadoop.profile=3.0 test -PrunAllTests -fn | tee test.log
> > There are 3 failures, TestCompaction.testCompactionWithCorruptBlock,
> > TestCompactionWithCoprocessor.testCompactionWithCorruptBlock,
> > TestBasicWALEntryStreamAsyncFSWAL.testCleanClosedWALs. they are also
> > listed on the flaky dashboard for quite a while.
> > Start a mini cluster(Temurin-17.0.12+7):
> > 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 1 rows:
> > ./bin/hbase ltt -write 4:1024 -num_keys 1
> > 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'
> >
> > Andrew Purtell 于2025年7月19日周六 07:03写道:
> > >
> > > Please vote on the Apache HBase release candidate hbase-2.5.12RC0
> > >
> > > The VOTE will remain open for at least 72 hours.
> > >
> > > [ ] +1 Release this package as Apache HBase 2.5.12
> > > [ ] -1 Do not release this package because ...
> > >
> > > The tag to be voted on is 2.5.12RC0:
> > >
> > > https://github.com/apache/hbase/tree/2.5.12RC0
> > >
> > > This tag currently points to git reference
> > >
> > > 3c34f7a029b3b317478eb05b486ece7c77b341e4
> > >
> > > 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.12RC0/
> > >
> > > Maven artifacts are available in a staging repository at:
> > >
> > >
> > https://repository.apache.org/content/repositories/orgapachehbase-1584/
> > >
> > > Maven artifacts for Hadoop 3 are available in a staging repository at:
> > >
> > >
> > https://repository.apache.org/content/repositories/orgapachehbase-1585/
> > >
> > > 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
> >
>
Re: [VOTE] The first release candidate for Apache HBase 2.5.12 is available
+1 (binding)
* Signature: ok
* Checksum : ok
* Rat check (17.0.11): ok
- mvn clean apache-rat:check -D hadoop.profile=3.0
* Built from source (17.0.11): ok
- mvn clean install -D hadoop.profile=3.0 -DskipTests
* Unit tests pass (17.0.11): ok
- mvn clean package -P runSmallTests -D hadoop.profile=3.0
-Dsurefire.rerunFailingTestsCount=3
- Exercised basic hbase shell commands (create, put, scan, count, snapshot,
disable, enable, drop etc.), works fine
- Loaded 20M records using YCSB, nothing unusual
- HBase web UI looks good.
On Sun, Jul 20, 2025 at 7:33 PM 张铎(Duo Zhang) wrote:
> +1 binding
>
> Checked sigs and sums: Matched
> Rat check: Passed
> LICENSE and NOTICE: In place
> Compatibility report: As discussed before, the source compatibility
> issues for AsyncBufferedMutator should be OK
> Built from source(Temurin-17.0.14+7):
> mvn clean install -DskipTests -Dhadoop.profile=3.0
> Passed
> Run UTs(Temurin-17.0.14+7):
> mvn -Dsurefire.firstPartForkCount=1C
> -Dsurefire.secondPartForkCount=1C -Dsurefire.rerunFailingTestsCount=3
> -Dhadoop.profile=3.0 test -PrunAllTests -fn | tee test.log
> There are 3 failures, TestCompaction.testCompactionWithCorruptBlock,
> TestCompactionWithCoprocessor.testCompactionWithCorruptBlock,
> TestBasicWALEntryStreamAsyncFSWAL.testCleanClosedWALs. they are also
> listed on the flaky dashboard for quite a while.
> Start a mini cluster(Temurin-17.0.12+7):
> 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 1 rows:
> ./bin/hbase ltt -write 4:1024 -num_keys 1
> 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'
>
> Andrew Purtell 于2025年7月19日周六 07:03写道:
> >
> > Please vote on the Apache HBase release candidate hbase-2.5.12RC0
> >
> > The VOTE will remain open for at least 72 hours.
> >
> > [ ] +1 Release this package as Apache HBase 2.5.12
> > [ ] -1 Do not release this package because ...
> >
> > The tag to be voted on is 2.5.12RC0:
> >
> > https://github.com/apache/hbase/tree/2.5.12RC0
> >
> > This tag currently points to git reference
> >
> > 3c34f7a029b3b317478eb05b486ece7c77b341e4
> >
> > 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.12RC0/
> >
> > Maven artifacts are available in a staging repository at:
> >
> >
> https://repository.apache.org/content/repositories/orgapachehbase-1584/
> >
> > Maven artifacts for Hadoop 3 are available in a staging repository at:
> >
> >
> https://repository.apache.org/content/repositories/orgapachehbase-1585/
> >
> > 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
>
Re: [VOTE] The first release candidate for Apache HBase 2.5.12 is available
+1 binding
Checked sigs and sums: Matched
Rat check: Passed
LICENSE and NOTICE: In place
Compatibility report: As discussed before, the source compatibility
issues for AsyncBufferedMutator should be OK
Built from source(Temurin-17.0.14+7):
mvn clean install -DskipTests -Dhadoop.profile=3.0
Passed
Run UTs(Temurin-17.0.14+7):
mvn -Dsurefire.firstPartForkCount=1C
-Dsurefire.secondPartForkCount=1C -Dsurefire.rerunFailingTestsCount=3
-Dhadoop.profile=3.0 test -PrunAllTests -fn | tee test.log
There are 3 failures, TestCompaction.testCompactionWithCorruptBlock,
TestCompactionWithCoprocessor.testCompactionWithCorruptBlock,
TestBasicWALEntryStreamAsyncFSWAL.testCleanClosedWALs. they are also
listed on the flaky dashboard for quite a while.
Start a mini cluster(Temurin-17.0.12+7):
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 1 rows:
./bin/hbase ltt -write 4:1024 -num_keys 1
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'
Andrew Purtell 于2025年7月19日周六 07:03写道:
>
> Please vote on the Apache HBase release candidate hbase-2.5.12RC0
>
> The VOTE will remain open for at least 72 hours.
>
> [ ] +1 Release this package as Apache HBase 2.5.12
> [ ] -1 Do not release this package because ...
>
> The tag to be voted on is 2.5.12RC0:
>
> https://github.com/apache/hbase/tree/2.5.12RC0
>
> This tag currently points to git reference
>
> 3c34f7a029b3b317478eb05b486ece7c77b341e4
>
> 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.12RC0/
>
> Maven artifacts are available in a staging repository at:
>
> https://repository.apache.org/content/repositories/orgapachehbase-1584/
>
> Maven artifacts for Hadoop 3 are available in a staging repository at:
>
> https://repository.apache.org/content/repositories/orgapachehbase-1585/
>
> 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
