You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Duo Zhang <zh...@apache.org> on 2019/10/04 00:22:41 UTC

[VOTE] First release candidate for HBase 2.1.7 is available for download

Please vote on this Apache HBase release candidate 2.1.7RC0.

The VOTE will remain open for at least 72 hours.

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

The tag to be voted on is 2.1.7RC0:

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

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

Maven artifacts are available in a staging repository at:

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

Artifacts were signed with the 9AD2AE49 key which can be found in:

 https://dist.apache.org/repos/dist/release/hbase/KEYS

2.1.7 includes ~61 bug and improvement fixes done since the 2.1.6. We
upgrade jackson to 2.9.10 due to CVE-2019-16335 and CVE-2019-14540. There
is also a very nice new feature hbtop, please see HBASE-11062 for more
details.

To learn more about Apache HBase, please see http://hbase.apache.org/

Thanks,
Your HBase Release Manager

Re: [VOTE] First release candidate for HBase 2.1.7 is available for download

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

* Signature: ok
* Checksum : ok
* Rat check (1.8.0_202): ok
 - mvn clean apache-rat:check
* Built from source (1.8.0_202): ok
 - mvn clean install -DskipTests
* Unit tests pass (1.8.0_202): ok
 - mvn package -P runAllTests
* Releasenotes: ok
* Changes: ok
* API compat report: ok
* Start in standalone mode & basic operations: ok

On Fri, Oct 4, 2019 at 2:22 AM Duo Zhang <zh...@apache.org> wrote:

> Please vote on this Apache HBase release candidate 2.1.7RC0.
>
> The VOTE will remain open for at least 72 hours.
>
> [ ] +1 Release this package as Apache HBase 2.1.7
> [ ] -1 Do not release this package because ...
>
> The tag to be voted on is 2.1.7RC0:
>
>  https://github.com/apache/hbase/tree/2.1.7RC0
>
> 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.1.7RC0/
>
> Maven artifacts are available in a staging repository at:
>
>  https://repository.apache.org/content/repositories/orgapachehbase-1356/
>
> Artifacts were signed with the 9AD2AE49 key which can be found in:
>
>  https://dist.apache.org/repos/dist/release/hbase/KEYS
>
> 2.1.7 includes ~61 bug and improvement fixes done since the 2.1.6. We
> upgrade jackson to 2.9.10 due to CVE-2019-16335 and CVE-2019-14540. There
> is also a very nice new feature hbtop, please see HBASE-11062 for more
> details.
>
> To learn more about Apache HBase, please see http://hbase.apache.org/
>
> Thanks,
> Your HBase Release Manager
>

Re: [VOTE] First release candidate for HBase 2.1.7 is available for download

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

With 3 binging +1s, the vote passed.

Let me push out the release.

Andrew Purtell <ap...@apache.org> 于2019年10月8日周二 上午8:38写道:

> +1
>
> * Signature: ok
> * Checksum : ok
> * API compat report: ok
> * Rat check (1.8.0_222): ok
>    - mvn clean apache-rat:check
> * Built from source (1.8.0_222): ok
>    - mvn clean install -DskipTests
> * Unit tests pass (1.8.0_222): ok. Some failures, but they pass when run by
> themselves. Setup/teardown issues could be interactions between the units.
>    - mvn package -P runAllTests
>
> [ERROR] Failures:
> [ERROR]   TestFromClientSide3.testScanAfterDeletingSpecifiedRowV2:253
> expected:<3> but was:<2>
> [ERROR]   TestHbckChore.testForDisabledTable:168
> [ERROR]   TestHbckChore.testForUserTable:111
> [ERROR]   TestRegionReplicaFailover.testSecondaryRegionKill:240 Failed
> verification of row :0
> [ERROR] Errors:
> [ERROR]   TestMobRestoreSnapshotFromClientSchemaChange.setupCluster:44 » IO
> Waiting for ...
> [ERROR]   TestRegionMoveAndAbandon.test:118 » Runtime
> org.apache.hadoop.hbase.client.Ret...
> [ERROR]   TestSpaceQuotaOnBulkLoad.setUp:76 » IO Waiting for startup of
> standalone serve...
> [ERROR]   TestGlobalReplicationThrottler.tearDownAfterClass:117 » IO
> Waiting for shutdow...
> [ERROR] Tests run: 4097, Failures: 4, Errors: 4, Skipped: 48
>
>
> On Thu, Oct 3, 2019 at 5:22 PM Duo Zhang <zh...@apache.org> wrote:
>
> > Please vote on this Apache HBase release candidate 2.1.7RC0.
> >
> > The VOTE will remain open for at least 72 hours.
> >
> > [ ] +1 Release this package as Apache HBase 2.1.7
> > [ ] -1 Do not release this package because ...
> >
> > The tag to be voted on is 2.1.7RC0:
> >
> >  https://github.com/apache/hbase/tree/2.1.7RC0
> >
> > 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.1.7RC0/
> >
> > Maven artifacts are available in a staging repository at:
> >
> >  https://repository.apache.org/content/repositories/orgapachehbase-1356/
> >
> > Artifacts were signed with the 9AD2AE49 key which can be found in:
> >
> >  https://dist.apache.org/repos/dist/release/hbase/KEYS
> >
> > 2.1.7 includes ~61 bug and improvement fixes done since the 2.1.6. We
> > upgrade jackson to 2.9.10 due to CVE-2019-16335 and CVE-2019-14540. There
> > is also a very nice new feature hbtop, please see HBASE-11062 for more
> > details.
> >
> > To learn more about Apache HBase, please see http://hbase.apache.org/
> >
> > Thanks,
> > Your HBase Release Manager
> >
>
>
> --
> Best regards,
> Andrew
>
> Words like orphans lost among the crosstalk, meaning torn from truth's
> decrepit hands
>    - A23, Crosstalk
>

Re: [VOTE] First release candidate for HBase 2.1.7 is available for download

Posted by Andrew Purtell <ap...@apache.org>.
+1

* Signature: ok
* Checksum : ok
* API compat report: ok
* Rat check (1.8.0_222): ok
   - mvn clean apache-rat:check
* Built from source (1.8.0_222): ok
   - mvn clean install -DskipTests
* Unit tests pass (1.8.0_222): ok. Some failures, but they pass when run by
themselves. Setup/teardown issues could be interactions between the units.
   - mvn package -P runAllTests

[ERROR] Failures:
[ERROR]   TestFromClientSide3.testScanAfterDeletingSpecifiedRowV2:253
expected:<3> but was:<2>
[ERROR]   TestHbckChore.testForDisabledTable:168
[ERROR]   TestHbckChore.testForUserTable:111
[ERROR]   TestRegionReplicaFailover.testSecondaryRegionKill:240 Failed
verification of row :0
[ERROR] Errors:
[ERROR]   TestMobRestoreSnapshotFromClientSchemaChange.setupCluster:44 » IO
Waiting for ...
[ERROR]   TestRegionMoveAndAbandon.test:118 » Runtime
org.apache.hadoop.hbase.client.Ret...
[ERROR]   TestSpaceQuotaOnBulkLoad.setUp:76 » IO Waiting for startup of
standalone serve...
[ERROR]   TestGlobalReplicationThrottler.tearDownAfterClass:117 » IO
Waiting for shutdow...
[ERROR] Tests run: 4097, Failures: 4, Errors: 4, Skipped: 48


On Thu, Oct 3, 2019 at 5:22 PM Duo Zhang <zh...@apache.org> wrote:

> Please vote on this Apache HBase release candidate 2.1.7RC0.
>
> The VOTE will remain open for at least 72 hours.
>
> [ ] +1 Release this package as Apache HBase 2.1.7
> [ ] -1 Do not release this package because ...
>
> The tag to be voted on is 2.1.7RC0:
>
>  https://github.com/apache/hbase/tree/2.1.7RC0
>
> 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.1.7RC0/
>
> Maven artifacts are available in a staging repository at:
>
>  https://repository.apache.org/content/repositories/orgapachehbase-1356/
>
> Artifacts were signed with the 9AD2AE49 key which can be found in:
>
>  https://dist.apache.org/repos/dist/release/hbase/KEYS
>
> 2.1.7 includes ~61 bug and improvement fixes done since the 2.1.6. We
> upgrade jackson to 2.9.10 due to CVE-2019-16335 and CVE-2019-14540. There
> is also a very nice new feature hbtop, please see HBASE-11062 for more
> details.
>
> To learn more about Apache HBase, please see http://hbase.apache.org/
>
> Thanks,
> Your HBase Release Manager
>


-- 
Best regards,
Andrew

Words like orphans lost among the crosstalk, meaning torn from truth's
decrepit hands
   - A23, Crosstalk