You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Andrew Purtell <ap...@apache.org> on 2022/10/18 00:46:56 UTC

[VOTE] The second release candidate for HBase 2.5.1 (RC1) is available

Please vote on this Apache HBase release candidate, hbase-2.5.1RC0.

The VOTE will remain open for at least 72 hours.

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

The tag to be voted on is 2.5.1RC1:

  https://github.com/apache/hbase/tree/2.5.1RC1

This tag currently points to git reference 894ac15342.

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.1RC1/

The compatibility report can be found here:


https://dist.apache.org/repos/dist/dev/hbase/2.5.1RC1/api_compare_2.5.0_to_2.5.1RC1.html

All changes are in line with our compatibility guidelines, except one
change where we intentionally removed a constant field in a public
interface. The change was required to resolve deadlocks during static
initialization under certain conditions. Refer to HBASE-27381 for more
details.

Maven artifacts are available in a staging repository at:

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

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

[RESULT] [VOTE] The second release candidate for HBase 2.5.1 (RC1) is available

Posted by Andrew Purtell <ap...@apache.org>.
With 4 binding +1 votes, including my own, and no 0 or -1 votes, this vote
passes.

Thanks to all who voted on the release candidate!


On Mon, Oct 17, 2022 at 5:46 PM Andrew Purtell <ap...@apache.org> wrote:

> Please vote on this Apache HBase release candidate, hbase-2.5.1RC0.
>
> The VOTE will remain open for at least 72 hours.
>
> [ ] +1 Release this package as Apache HBase 2.5.1
> [ ] -1 Do not release this package because ...
>
> The tag to be voted on is 2.5.1RC1:
>
>   https://github.com/apache/hbase/tree/2.5.1RC1
>
> This tag currently points to git reference 894ac15342.
>
> 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.1RC1/
>
> The compatibility report can be found here:
>
>
> https://dist.apache.org/repos/dist/dev/hbase/2.5.1RC1/api_compare_2.5.0_to_2.5.1RC1.html
>
> All changes are in line with our compatibility guidelines, except one
> change where we intentionally removed a constant field in a public
> interface. The change was required to resolve deadlocks during static
> initialization under certain conditions. Refer to HBASE-27381 for more
> details.
>
> Maven artifacts are available in a staging repository at:
>
>   https://repository.apache.org/content/repositories/orgapachehbase-1499/
>
> 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 second release candidate for HBase 2.5.1 (RC1) is available

Posted by Peter Somogyi <ps...@apache.org>.
+1 (binding)

* Signature: ok
* Checksum : ok
* Rat check (1.8.0_302): ok
  - mvn clean apache-rat:check
* Built from source (1.8.0_302): ok
  - mvn clean install -DskipTests
* Unit tests pass (1.8.0_302): ok
  - mvn package -P runAllTests -Dsurefire.rerunFailingTestsCount=3
* Changes, release notes, compatibility report: ok


On Fri, Oct 21, 2022 at 3:26 PM Nick Dimiduk <nd...@apache.org> wrote:

> +1 (binding)
>
>         * Signature: ok
>         * Checksum : ok
>         * Rat check (1.8.0_292): ok
>          - mvn clean apache-rat:check -D skipTests
>         * Built from source (1.8.0_292): ok
>          - mvn clean install -D skipTests -DskipTests
>         * Built from source (11.0.11): ok
>          - mvn clean install -D skipTests -D hadoop.profile=3.0 -DskipTests
>         * Reviewed API Compatibility summary: ok
>         * Reviewed nightly Jenkins: ok
>         * Compiled tag vs Hadoop 3.3.4, launched pseudo-distributed
> cluster, ltt -write 7:100:5 -num_keys 100000, ltt -read 100:10
> -num_keys 100000: ok
>
>
> On Tue, Oct 18, 2022 at 2:47 AM Andrew Purtell <ap...@apache.org>
> wrote:
> >
> > Please vote on this Apache HBase release candidate, hbase-2.5.1RC0.
> >
> > The VOTE will remain open for at least 72 hours.
> >
> > [ ] +1 Release this package as Apache HBase 2.5.1
> > [ ] -1 Do not release this package because ...
> >
> > The tag to be voted on is 2.5.1RC1:
> >
> >   https://github.com/apache/hbase/tree/2.5.1RC1
> >
> > This tag currently points to git reference 894ac15342.
> >
> > 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.1RC1/
> >
> > The compatibility report can be found here:
> >
> >
> >
> https://dist.apache.org/repos/dist/dev/hbase/2.5.1RC1/api_compare_2.5.0_to_2.5.1RC1.html
> >
> > All changes are in line with our compatibility guidelines, except one
> > change where we intentionally removed a constant field in a public
> > interface. The change was required to resolve deadlocks during static
> > initialization under certain conditions. Refer to HBASE-27381 for more
> > details.
> >
> > Maven artifacts are available in a staging repository at:
> >
> >
> https://repository.apache.org/content/repositories/orgapachehbase-1499/
> >
> > 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 second release candidate for HBase 2.5.1 (RC1) is available

Posted by Nick Dimiduk <nd...@apache.org>.
+1 (binding)

        * Signature: ok
        * Checksum : ok
        * Rat check (1.8.0_292): ok
         - mvn clean apache-rat:check -D skipTests
        * Built from source (1.8.0_292): ok
         - mvn clean install -D skipTests -DskipTests
        * Built from source (11.0.11): ok
         - mvn clean install -D skipTests -D hadoop.profile=3.0 -DskipTests
        * Reviewed API Compatibility summary: ok
        * Reviewed nightly Jenkins: ok
        * Compiled tag vs Hadoop 3.3.4, launched pseudo-distributed
cluster, ltt -write 7:100:5 -num_keys 100000, ltt -read 100:10
-num_keys 100000: ok


On Tue, Oct 18, 2022 at 2:47 AM Andrew Purtell <ap...@apache.org> wrote:
>
> Please vote on this Apache HBase release candidate, hbase-2.5.1RC0.
>
> The VOTE will remain open for at least 72 hours.
>
> [ ] +1 Release this package as Apache HBase 2.5.1
> [ ] -1 Do not release this package because ...
>
> The tag to be voted on is 2.5.1RC1:
>
>   https://github.com/apache/hbase/tree/2.5.1RC1
>
> This tag currently points to git reference 894ac15342.
>
> 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.1RC1/
>
> The compatibility report can be found here:
>
>
> https://dist.apache.org/repos/dist/dev/hbase/2.5.1RC1/api_compare_2.5.0_to_2.5.1RC1.html
>
> All changes are in line with our compatibility guidelines, except one
> change where we intentionally removed a constant field in a public
> interface. The change was required to resolve deadlocks during static
> initialization under certain conditions. Refer to HBASE-27381 for more
> details.
>
> Maven artifacts are available in a staging repository at:
>
>   https://repository.apache.org/content/repositories/orgapachehbase-1499/
>
> 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 second release candidate for HBase 2.5.1 (RC1) is available

Posted by Nick Dimiduk <nd...@apache.org>.
> Checked logs and web page, the region visualizer showed two pictures, which was a bit strange but not a blocker I believe(or maybe it is by design?)

Yes, this is by design. The lower bar is selectable -- the user can
reduce the range of hosts displayed by click-and-drag horizontally on
that bar. I found it useful when using the visualizer on a cluster
with several hundreds of hosts. It may not be relevant in other
deployment scenarios.

UX improvements welcome :)

On Tue, Oct 18, 2022 at 12:58 PM 张铎(Duo Zhang) <pa...@gmail.com> wrote:
>
> +1 binding
>
> Checked sigs and sums: Matched
> Rat check: Passed
> Built from source: Succeeded with 8u292
> Run UTs:
>   Run 'mvn test -PrunAllTests  -Dsurefire.rerunFailingTestsCount=3
> -Dsurefire.firstPartForkCount=0.5C -Dsurefire.secondPartForkCount=0.5C
>  -fn &>test.log </dev/null &'
>   Passed with 8u292, good.
> Started a mini cluster:
>   Checked logs and web page, the region visualizer showed two
> pictures, which was a bit strange but not a blocker I believe(or maybe
> it is by design?)
>   Tried basic shell commands, no problem
>   Run LTT to load 10000 rows, and use scan and count in shell, can
> return all the 10000 rows without error
>
> Thanks.
> Andrew Purtell <ap...@apache.org> 于2022年10月18日周二 08:47写道:
>
>
> >
> > Please vote on this Apache HBase release candidate, hbase-2.5.1RC0.
> >
> > The VOTE will remain open for at least 72 hours.
> >
> > [ ] +1 Release this package as Apache HBase 2.5.1
> > [ ] -1 Do not release this package because ...
> >
> > The tag to be voted on is 2.5.1RC1:
> >
> >   https://github.com/apache/hbase/tree/2.5.1RC1
> >
> > This tag currently points to git reference 894ac15342.
> >
> > 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.1RC1/
> >
> > The compatibility report can be found here:
> >
> >
> > https://dist.apache.org/repos/dist/dev/hbase/2.5.1RC1/api_compare_2.5.0_to_2.5.1RC1.html
> >
> > All changes are in line with our compatibility guidelines, except one
> > change where we intentionally removed a constant field in a public
> > interface. The change was required to resolve deadlocks during static
> > initialization under certain conditions. Refer to HBASE-27381 for more
> > details.
> >
> > Maven artifacts are available in a staging repository at:
> >
> >   https://repository.apache.org/content/repositories/orgapachehbase-1499/
> >
> > 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 second release candidate for HBase 2.5.1 (RC1) is available

Posted by "张铎(Duo Zhang)" <pa...@gmail.com>.
+1 binding

Checked sigs and sums: Matched
Rat check: Passed
Built from source: Succeeded with 8u292
Run UTs:
  Run 'mvn test -PrunAllTests  -Dsurefire.rerunFailingTestsCount=3
-Dsurefire.firstPartForkCount=0.5C -Dsurefire.secondPartForkCount=0.5C
 -fn &>test.log </dev/null &'
  Passed with 8u292, good.
Started a mini cluster:
  Checked logs and web page, the region visualizer showed two
pictures, which was a bit strange but not a blocker I believe(or maybe
it is by design?)
  Tried basic shell commands, no problem
  Run LTT to load 10000 rows, and use scan and count in shell, can
return all the 10000 rows without error

Thanks.
Andrew Purtell <ap...@apache.org> 于2022年10月18日周二 08:47写道:


>
> Please vote on this Apache HBase release candidate, hbase-2.5.1RC0.
>
> The VOTE will remain open for at least 72 hours.
>
> [ ] +1 Release this package as Apache HBase 2.5.1
> [ ] -1 Do not release this package because ...
>
> The tag to be voted on is 2.5.1RC1:
>
>   https://github.com/apache/hbase/tree/2.5.1RC1
>
> This tag currently points to git reference 894ac15342.
>
> 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.1RC1/
>
> The compatibility report can be found here:
>
>
> https://dist.apache.org/repos/dist/dev/hbase/2.5.1RC1/api_compare_2.5.0_to_2.5.1RC1.html
>
> All changes are in line with our compatibility guidelines, except one
> change where we intentionally removed a constant field in a public
> interface. The change was required to resolve deadlocks during static
> initialization under certain conditions. Refer to HBASE-27381 for more
> details.
>
> Maven artifacts are available in a staging repository at:
>
>   https://repository.apache.org/content/repositories/orgapachehbase-1499/
>
> 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