Re: [RESULT] [VOTE] The first release candidate for 2.5.9 (RC0) is available

2024-07-18 Thread Andrew Purtell
I merged the PR, which was also approved by Pankaj.

We also have HBASE-28665 ready to go out, which is important if you, like
us, are having issues with zombie unclosed WAL files due to HDFS-4504.

I will move forward with 2.5.10 and get a RC posted for it today.

On Thu, Jul 18, 2024 at 7:35 AM 张铎(Duo Zhang)  wrote:

> I've filed HBASE-28740 and the PR is ready.
>
> Thanks.
>
> 张铎(Duo Zhang)  于2024年7月18日周四 12:03写道:
> >
> > There is a critical bug in the implementation of HBASE-28582 as I
> > forgot to call super.serializeStateData and super.deserializeStateData
> > in CloseExcessRegionReplicasProcedure...
> >
> > Sorry to not find out this before the 2.5.9 release, now I think we
> > need to quickly release 2.5.9.1 with an addendum of this fix problem.
> >
> > Andrew Purtell  于2024年7月17日周三 01:15写道:
> > >
> > > Sure, it can be a separate email. Will do that going forward.
> > >
> > > On Tue, Jul 16, 2024 at 2:07 AM Christofer Dutz 
> wrote:
> > >
> > > > Hi Andrew,
> > > >
> > > > even if you indicate that you are counting your own vote as 4th +1
> vote
> > > > you technically didn't cast it. I know that in contrast to other
> projects,
> > > > where the RM initial email was counted you sort of mention that you
> count
> > > > yours, so it's less of a problem.
> > > >
> > > > But would it be possible for the RM to explicitly cast a vote? This
> can be
> > > > by adding: "This also counts as my +1" to the initial email or even
> better
> > > > explicitly voting?
> > > >
> > > > Thanks,
> > > > Chris
> > > >
> > > > On 2024/07/15 17:44:34 Andrew Purtell wrote:
> > > > > With 4 binding +1 votes, including my own, and no non-binding
> votes, and
> > > > no
> > > > > 0 or -1 votes, this vote passes. I will complete the release.
> > > > >
> > > > > Thanks to all who voted on the release candidate!
> > > > >
> > > > > On Mon, Jul 8, 2024 at 2:19 PM Andrew Purtell  >
> > > > wrote:
> > > > >
> > > > > > Please vote on this Apache HBase release candidate, HBase 2.5.9
> RC0.
> > > > > >
> > > > > > The VOTE will remain open for at least 72 hours.
> > > > > >
> > > > > > [ ] +1 Release this package as Apache HBase 2.5.9
> > > > > > [ ] -1 Do not release this package because ...
> > > > > >
> > > > > > The tag to be voted on is 2.5.9RC0:
> > > > > >
> > > > > >   https://github.com/apache/hbase/tree/2.5.9RC0
> > > > > >
> > > > > > This tag currently points to git reference
> > > > > >
> > > > > >   2b4959069b9285e0a6a1075a88d9f0d4a315ea56
> > > > > >
> > > > > > 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.9RC0/
> > > > > >
> > > > > > The API compatibility report comparing this RC to the previous
> release
> > > > > > can be found at:
> > > > > >
> > > > > >
> > > > > >
> > > >
> https://dist.apache.org/repos/dist/dev/hbase/2.5.9RC0/api_compare_2.5.8_to_2.5.9RC0.html
> > > > > >
> > > > > > There are no binary or source compatibility problems.
> > > > > >
> > > > > > Maven artifacts are available in a staging repository at:
> > > > > >
> > > > > >
> > > >
> https://repository.apache.org/content/repositories/orgapachehbase-1548/
> > > > > >
> > > > > > Maven artifacts for hadoop3 are available in a staging
> repository at:
> > > > > >
> > > > > >
> > > >
> https://repository.apache.org/content/repositories/orgapachehbase-1549/
> > > > > >
> > > > > > 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
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Best regards,
> > > > > Andrew
> > > > >
> > > > > Unrest, ignorance distilled, nihilistic imbeciles -
> > > > > It's what we’ve earned
> > > > > Welcome, apocalypse, what’s taken you so long?
> > > > > Bring us the fitting end that we’ve been counting on
> > > > >- A23, Welcome, Apocalypse
> > > > >
> > > >
> > >
> > >
> > > --
> > > Best regards,
> > > Andrew
> > >
> > > Unrest, ignorance distilled, nihilistic imbeciles -
> > > It's what we’ve earned
> > > Welcome, apocalypse, what’s taken you so long?
> > > Bring us the fitting end that we’ve been counting on
> > >- A23, Welcome, Apocalypse
>


-- 
Best regards,
Andrew

Unrest, ignorance distilled, nihilistic imbeciles -
It's what we’ve earned
Welcome, apocalypse, what’s taken you so long?
Bring us the fitting end that we’ve been counting on
   - A23, Welcome, Apocalypse


Re: [RESULT] [VOTE] The first release candidate for 2.5.9 (RC0) is available

2024-07-18 Thread Duo Zhang
I've filed HBASE-28740 and the PR is ready.

Thanks.

张铎(Duo Zhang)  于2024年7月18日周四 12:03写道:
>
> There is a critical bug in the implementation of HBASE-28582 as I
> forgot to call super.serializeStateData and super.deserializeStateData
> in CloseExcessRegionReplicasProcedure...
>
> Sorry to not find out this before the 2.5.9 release, now I think we
> need to quickly release 2.5.9.1 with an addendum of this fix problem.
>
> Andrew Purtell  于2024年7月17日周三 01:15写道:
> >
> > Sure, it can be a separate email. Will do that going forward.
> >
> > On Tue, Jul 16, 2024 at 2:07 AM Christofer Dutz  wrote:
> >
> > > Hi Andrew,
> > >
> > > even if you indicate that you are counting your own vote as 4th +1 vote
> > > you technically didn't cast it. I know that in contrast to other projects,
> > > where the RM initial email was counted you sort of mention that you count
> > > yours, so it's less of a problem.
> > >
> > > But would it be possible for the RM to explicitly cast a vote? This can be
> > > by adding: "This also counts as my +1" to the initial email or even better
> > > explicitly voting?
> > >
> > > Thanks,
> > > Chris
> > >
> > > On 2024/07/15 17:44:34 Andrew Purtell wrote:
> > > > With 4 binding +1 votes, including my own, and no non-binding votes, and
> > > no
> > > > 0 or -1 votes, this vote passes. I will complete the release.
> > > >
> > > > Thanks to all who voted on the release candidate!
> > > >
> > > > On Mon, Jul 8, 2024 at 2:19 PM Andrew Purtell 
> > > wrote:
> > > >
> > > > > Please vote on this Apache HBase release candidate, HBase 2.5.9 RC0.
> > > > >
> > > > > The VOTE will remain open for at least 72 hours.
> > > > >
> > > > > [ ] +1 Release this package as Apache HBase 2.5.9
> > > > > [ ] -1 Do not release this package because ...
> > > > >
> > > > > The tag to be voted on is 2.5.9RC0:
> > > > >
> > > > >   https://github.com/apache/hbase/tree/2.5.9RC0
> > > > >
> > > > > This tag currently points to git reference
> > > > >
> > > > >   2b4959069b9285e0a6a1075a88d9f0d4a315ea56
> > > > >
> > > > > 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.9RC0/
> > > > >
> > > > > The API compatibility report comparing this RC to the previous release
> > > > > can be found at:
> > > > >
> > > > >
> > > > >
> > > https://dist.apache.org/repos/dist/dev/hbase/2.5.9RC0/api_compare_2.5.8_to_2.5.9RC0.html
> > > > >
> > > > > There are no binary or source compatibility problems.
> > > > >
> > > > > Maven artifacts are available in a staging repository at:
> > > > >
> > > > >
> > > https://repository.apache.org/content/repositories/orgapachehbase-1548/
> > > > >
> > > > > Maven artifacts for hadoop3 are available in a staging repository at:
> > > > >
> > > > >
> > > https://repository.apache.org/content/repositories/orgapachehbase-1549/
> > > > >
> > > > > 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
> > > > >
> > > >
> > > >
> > > > --
> > > > Best regards,
> > > > Andrew
> > > >
> > > > Unrest, ignorance distilled, nihilistic imbeciles -
> > > > It's what we’ve earned
> > > > Welcome, apocalypse, what’s taken you so long?
> > > > Bring us the fitting end that we’ve been counting on
> > > >- A23, Welcome, Apocalypse
> > > >
> > >
> >
> >
> > --
> > Best regards,
> > Andrew
> >
> > Unrest, ignorance distilled, nihilistic imbeciles -
> > It's what we’ve earned
> > Welcome, apocalypse, what’s taken you so long?
> > Bring us the fitting end that we’ve been counting on
> >- A23, Welcome, Apocalypse


Re: [RESULT] [VOTE] The first release candidate for 2.5.9 (RC0) is available

2024-07-17 Thread Duo Zhang
There is a critical bug in the implementation of HBASE-28582 as I
forgot to call super.serializeStateData and super.deserializeStateData
in CloseExcessRegionReplicasProcedure...

Sorry to not find out this before the 2.5.9 release, now I think we
need to quickly release 2.5.9.1 with an addendum of this fix problem.

Andrew Purtell  于2024年7月17日周三 01:15写道:
>
> Sure, it can be a separate email. Will do that going forward.
>
> On Tue, Jul 16, 2024 at 2:07 AM Christofer Dutz  wrote:
>
> > Hi Andrew,
> >
> > even if you indicate that you are counting your own vote as 4th +1 vote
> > you technically didn't cast it. I know that in contrast to other projects,
> > where the RM initial email was counted you sort of mention that you count
> > yours, so it's less of a problem.
> >
> > But would it be possible for the RM to explicitly cast a vote? This can be
> > by adding: "This also counts as my +1" to the initial email or even better
> > explicitly voting?
> >
> > Thanks,
> > Chris
> >
> > On 2024/07/15 17:44:34 Andrew Purtell wrote:
> > > With 4 binding +1 votes, including my own, and no non-binding votes, and
> > no
> > > 0 or -1 votes, this vote passes. I will complete the release.
> > >
> > > Thanks to all who voted on the release candidate!
> > >
> > > On Mon, Jul 8, 2024 at 2:19 PM Andrew Purtell 
> > wrote:
> > >
> > > > Please vote on this Apache HBase release candidate, HBase 2.5.9 RC0.
> > > >
> > > > The VOTE will remain open for at least 72 hours.
> > > >
> > > > [ ] +1 Release this package as Apache HBase 2.5.9
> > > > [ ] -1 Do not release this package because ...
> > > >
> > > > The tag to be voted on is 2.5.9RC0:
> > > >
> > > >   https://github.com/apache/hbase/tree/2.5.9RC0
> > > >
> > > > This tag currently points to git reference
> > > >
> > > >   2b4959069b9285e0a6a1075a88d9f0d4a315ea56
> > > >
> > > > 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.9RC0/
> > > >
> > > > The API compatibility report comparing this RC to the previous release
> > > > can be found at:
> > > >
> > > >
> > > >
> > https://dist.apache.org/repos/dist/dev/hbase/2.5.9RC0/api_compare_2.5.8_to_2.5.9RC0.html
> > > >
> > > > There are no binary or source compatibility problems.
> > > >
> > > > Maven artifacts are available in a staging repository at:
> > > >
> > > >
> > https://repository.apache.org/content/repositories/orgapachehbase-1548/
> > > >
> > > > Maven artifacts for hadoop3 are available in a staging repository at:
> > > >
> > > >
> > https://repository.apache.org/content/repositories/orgapachehbase-1549/
> > > >
> > > > 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
> > > >
> > >
> > >
> > > --
> > > Best regards,
> > > Andrew
> > >
> > > Unrest, ignorance distilled, nihilistic imbeciles -
> > > It's what we’ve earned
> > > Welcome, apocalypse, what’s taken you so long?
> > > Bring us the fitting end that we’ve been counting on
> > >- A23, Welcome, Apocalypse
> > >
> >
>
>
> --
> Best regards,
> Andrew
>
> Unrest, ignorance distilled, nihilistic imbeciles -
> It's what we’ve earned
> Welcome, apocalypse, what’s taken you so long?
> Bring us the fitting end that we’ve been counting on
>- A23, Welcome, Apocalypse


Re: [RESULT] [VOTE] The first release candidate for 2.5.9 (RC0) is available

2024-07-16 Thread Andrew Purtell
Sure, it can be a separate email. Will do that going forward.

On Tue, Jul 16, 2024 at 2:07 AM Christofer Dutz  wrote:

> Hi Andrew,
>
> even if you indicate that you are counting your own vote as 4th +1 vote
> you technically didn't cast it. I know that in contrast to other projects,
> where the RM initial email was counted you sort of mention that you count
> yours, so it's less of a problem.
>
> But would it be possible for the RM to explicitly cast a vote? This can be
> by adding: "This also counts as my +1" to the initial email or even better
> explicitly voting?
>
> Thanks,
> Chris
>
> On 2024/07/15 17:44:34 Andrew Purtell wrote:
> > With 4 binding +1 votes, including my own, and no non-binding votes, and
> no
> > 0 or -1 votes, this vote passes. I will complete the release.
> >
> > Thanks to all who voted on the release candidate!
> >
> > On Mon, Jul 8, 2024 at 2:19 PM Andrew Purtell 
> wrote:
> >
> > > Please vote on this Apache HBase release candidate, HBase 2.5.9 RC0.
> > >
> > > The VOTE will remain open for at least 72 hours.
> > >
> > > [ ] +1 Release this package as Apache HBase 2.5.9
> > > [ ] -1 Do not release this package because ...
> > >
> > > The tag to be voted on is 2.5.9RC0:
> > >
> > >   https://github.com/apache/hbase/tree/2.5.9RC0
> > >
> > > This tag currently points to git reference
> > >
> > >   2b4959069b9285e0a6a1075a88d9f0d4a315ea56
> > >
> > > 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.9RC0/
> > >
> > > The API compatibility report comparing this RC to the previous release
> > > can be found at:
> > >
> > >
> > >
> https://dist.apache.org/repos/dist/dev/hbase/2.5.9RC0/api_compare_2.5.8_to_2.5.9RC0.html
> > >
> > > There are no binary or source compatibility problems.
> > >
> > > Maven artifacts are available in a staging repository at:
> > >
> > >
> https://repository.apache.org/content/repositories/orgapachehbase-1548/
> > >
> > > Maven artifacts for hadoop3 are available in a staging repository at:
> > >
> > >
> https://repository.apache.org/content/repositories/orgapachehbase-1549/
> > >
> > > 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
> > >
> >
> >
> > --
> > Best regards,
> > Andrew
> >
> > Unrest, ignorance distilled, nihilistic imbeciles -
> > It's what we’ve earned
> > Welcome, apocalypse, what’s taken you so long?
> > Bring us the fitting end that we’ve been counting on
> >- A23, Welcome, Apocalypse
> >
>


-- 
Best regards,
Andrew

Unrest, ignorance distilled, nihilistic imbeciles -
It's what we’ve earned
Welcome, apocalypse, what’s taken you so long?
Bring us the fitting end that we’ve been counting on
   - A23, Welcome, Apocalypse


Re: [RESULT] [VOTE] The first release candidate for 2.5.9 (RC0) is available

2024-07-16 Thread Christofer Dutz
Hi Andrew,

even if you indicate that you are counting your own vote as 4th +1 vote you 
technically didn't cast it. I know that in contrast to other projects, where 
the RM initial email was counted you sort of mention that you count yours, so 
it's less of a problem.

But would it be possible for the RM to explicitly cast a vote? This can be by 
adding: "This also counts as my +1" to the initial email or even better 
explicitly voting?

Thanks,
Chris

On 2024/07/15 17:44:34 Andrew Purtell wrote:
> With 4 binding +1 votes, including my own, and no non-binding votes, and no
> 0 or -1 votes, this vote passes. I will complete the release.
> 
> Thanks to all who voted on the release candidate!
> 
> On Mon, Jul 8, 2024 at 2:19 PM Andrew Purtell  wrote:
> 
> > Please vote on this Apache HBase release candidate, HBase 2.5.9 RC0.
> >
> > The VOTE will remain open for at least 72 hours.
> >
> > [ ] +1 Release this package as Apache HBase 2.5.9
> > [ ] -1 Do not release this package because ...
> >
> > The tag to be voted on is 2.5.9RC0:
> >
> >   https://github.com/apache/hbase/tree/2.5.9RC0
> >
> > This tag currently points to git reference
> >
> >   2b4959069b9285e0a6a1075a88d9f0d4a315ea56
> >
> > 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.9RC0/
> >
> > The API compatibility report comparing this RC to the previous release
> > can be found at:
> >
> >
> > https://dist.apache.org/repos/dist/dev/hbase/2.5.9RC0/api_compare_2.5.8_to_2.5.9RC0.html
> >
> > There are no binary or source compatibility problems.
> >
> > Maven artifacts are available in a staging repository at:
> >
> >   https://repository.apache.org/content/repositories/orgapachehbase-1548/
> >
> > Maven artifacts for hadoop3 are available in a staging repository at:
> >
> >   https://repository.apache.org/content/repositories/orgapachehbase-1549/
> >
> > 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
> >
> 
> 
> -- 
> Best regards,
> Andrew
> 
> Unrest, ignorance distilled, nihilistic imbeciles -
> It's what we’ve earned
> Welcome, apocalypse, what’s taken you so long?
> Bring us the fitting end that we’ve been counting on
>- A23, Welcome, Apocalypse
> 


[RESULT] [VOTE] The first release candidate for 2.5.9 (RC0) is available

2024-07-15 Thread Andrew Purtell
With 4 binding +1 votes, including my own, and no non-binding votes, and no
0 or -1 votes, this vote passes. I will complete the release.

Thanks to all who voted on the release candidate!

On Mon, Jul 8, 2024 at 2:19 PM Andrew Purtell  wrote:

> Please vote on this Apache HBase release candidate, HBase 2.5.9 RC0.
>
> The VOTE will remain open for at least 72 hours.
>
> [ ] +1 Release this package as Apache HBase 2.5.9
> [ ] -1 Do not release this package because ...
>
> The tag to be voted on is 2.5.9RC0:
>
>   https://github.com/apache/hbase/tree/2.5.9RC0
>
> This tag currently points to git reference
>
>   2b4959069b9285e0a6a1075a88d9f0d4a315ea56
>
> 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.9RC0/
>
> The API compatibility report comparing this RC to the previous release
> can be found at:
>
>
> https://dist.apache.org/repos/dist/dev/hbase/2.5.9RC0/api_compare_2.5.8_to_2.5.9RC0.html
>
> There are no binary or source compatibility problems.
>
> Maven artifacts are available in a staging repository at:
>
>   https://repository.apache.org/content/repositories/orgapachehbase-1548/
>
> Maven artifacts for hadoop3 are available in a staging repository at:
>
>   https://repository.apache.org/content/repositories/orgapachehbase-1549/
>
> 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
>


-- 
Best regards,
Andrew

Unrest, ignorance distilled, nihilistic imbeciles -
It's what we’ve earned
Welcome, apocalypse, what’s taken you so long?
Bring us the fitting end that we’ve been counting on
   - A23, Welcome, Apocalypse


Re: [VOTE] The first release candidate for 2.5.9 (RC0) is available

2024-07-10 Thread Duo Zhang
+1 binding

Checked sigs and sums: Matched
Rat check: Passed
LICENSE and NOTICE: In place
Compatibility report: 100% compatible
Built from source(Temurin-17.0.11+9):
  mvn clean install -DskipTests -Dhadoop.profile=3.0
  Passed
Run UTs(Temurin-17.0.11+9):
  mvn -Dsurefire.firstPartForkCount=1C
-Dsurefire.secondPartForkCount=1 -Dsurefire.rerunFailingTestsCount=3
-Dhadoop.profile=3.0 test -PrunAllTests -fn &>test.log 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'

Pankaj Kumar  于2024年7月11日周四 02:29写道:
>
> +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, works fine
> - HBase web UI looks good.
> - Loaded 2M records using YCSB, didn't observe any problem.
>
>
> Thanks & Regards,
> Pankaj
>
>
> On Tue, Jul 9, 2024 at 2:50 AM Andrew Purtell  wrote:
>
> > Please vote on this Apache HBase release candidate, HBase 2.5.9 RC0.
> >
> > The VOTE will remain open for at least 72 hours.
> >
> > [ ] +1 Release this package as Apache HBase 2.5.9
> > [ ] -1 Do not release this package because ...
> >
> > The tag to be voted on is 2.5.9RC0:
> >
> >   https://github.com/apache/hbase/tree/2.5.9RC0
> >
> > This tag currently points to git reference
> >
> >   2b4959069b9285e0a6a1075a88d9f0d4a315ea56
> >
> > 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.9RC0/
> >
> > The API compatibility report comparing this RC to the previous release
> > can be found at:
> >
> >
> >
> > https://dist.apache.org/repos/dist/dev/hbase/2.5.9RC0/api_compare_2.5.8_to_2.5.9RC0.html
> >
> > There are no binary or source compatibility problems.
> >
> > Maven artifacts are available in a staging repository at:
> >
> >   https://repository.apache.org/content/repositories/orgapachehbase-1548/
> >
> > Maven artifacts for hadoop3 are available in a staging repository at:
> >
> >   https://repository.apache.org/content/repositories/orgapachehbase-1549/
> >
> > 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 2.5.9 (RC0) is available

2024-07-10 Thread Pankaj Kumar
+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, works fine
- HBase web UI looks good.
- Loaded 2M records using YCSB, didn't observe any problem.


Thanks & Regards,
Pankaj


On Tue, Jul 9, 2024 at 2:50 AM Andrew Purtell  wrote:

> Please vote on this Apache HBase release candidate, HBase 2.5.9 RC0.
>
> The VOTE will remain open for at least 72 hours.
>
> [ ] +1 Release this package as Apache HBase 2.5.9
> [ ] -1 Do not release this package because ...
>
> The tag to be voted on is 2.5.9RC0:
>
>   https://github.com/apache/hbase/tree/2.5.9RC0
>
> This tag currently points to git reference
>
>   2b4959069b9285e0a6a1075a88d9f0d4a315ea56
>
> 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.9RC0/
>
> The API compatibility report comparing this RC to the previous release
> can be found at:
>
>
>
> https://dist.apache.org/repos/dist/dev/hbase/2.5.9RC0/api_compare_2.5.8_to_2.5.9RC0.html
>
> There are no binary or source compatibility problems.
>
> Maven artifacts are available in a staging repository at:
>
>   https://repository.apache.org/content/repositories/orgapachehbase-1548/
>
> Maven artifacts for hadoop3 are available in a staging repository at:
>
>   https://repository.apache.org/content/repositories/orgapachehbase-1549/
>
> 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 2.5.9 (RC0) is available

2024-07-10 Thread Wellington Chevreuil
+1 (binding)


* Signature: ok

* Checksum : ok

* Rat check (1.8.0_352): ok

 - mvn clean apache-rat:check

* Built from source (1.8.0_352): ok

 - mvn clean install -DskipTests

* Unit tests pass (1.8.0_352): ok

 - mvn package -P runSmallTests


- HBase Shell:
create/put/scan/get/flush/delete/snapshot/restore_snapshot/count/disable/enable

- HBase LTT 100: ok


LICENSE and NOTICE: In place
Compatibility report: OK



Em seg., 8 de jul. de 2024 às 22:20, Andrew Purtell 
escreveu:

> Please vote on this Apache HBase release candidate, HBase 2.5.9 RC0.
>
> The VOTE will remain open for at least 72 hours.
>
> [ ] +1 Release this package as Apache HBase 2.5.9
> [ ] -1 Do not release this package because ...
>
> The tag to be voted on is 2.5.9RC0:
>
>   https://github.com/apache/hbase/tree/2.5.9RC0
>
> This tag currently points to git reference
>
>   2b4959069b9285e0a6a1075a88d9f0d4a315ea56
>
> 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.9RC0/
>
> The API compatibility report comparing this RC to the previous release
> can be found at:
>
>
>
> https://dist.apache.org/repos/dist/dev/hbase/2.5.9RC0/api_compare_2.5.8_to_2.5.9RC0.html
>
> There are no binary or source compatibility problems.
>
> Maven artifacts are available in a staging repository at:
>
>   https://repository.apache.org/content/repositories/orgapachehbase-1548/
>
> Maven artifacts for hadoop3 are available in a staging repository at:
>
>   https://repository.apache.org/content/repositories/orgapachehbase-1549/
>
> 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
>


[VOTE] The first release candidate for 2.5.9 (RC0) is available

2024-07-08 Thread Andrew Purtell
Please vote on this Apache HBase release candidate, HBase 2.5.9 RC0.

The VOTE will remain open for at least 72 hours.

[ ] +1 Release this package as Apache HBase 2.5.9
[ ] -1 Do not release this package because ...

The tag to be voted on is 2.5.9RC0:

  https://github.com/apache/hbase/tree/2.5.9RC0

This tag currently points to git reference

  2b4959069b9285e0a6a1075a88d9f0d4a315ea56

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.9RC0/

The API compatibility report comparing this RC to the previous release
can be found at:


https://dist.apache.org/repos/dist/dev/hbase/2.5.9RC0/api_compare_2.5.8_to_2.5.9RC0.html

There are no binary or source compatibility problems.

Maven artifacts are available in a staging repository at:

  https://repository.apache.org/content/repositories/orgapachehbase-1548/

Maven artifacts for hadoop3 are available in a staging repository at:

  https://repository.apache.org/content/repositories/orgapachehbase-1549/

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