You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by Xinyi Yan <ya...@apache.org> on 2021/03/01 03:31:55 UTC

Re: Release of Apache Phoenix 5.1.1 RC0

+1 (non-binding) based on the signature, checksum and mvn clean
install/verify.


On Sun, Feb 28, 2021 at 4:59 AM Viraj Jasani <vj...@apache.org> wrote:

> +1 (non-binding)
>
> Tested against HBase 2.4.1 (compiled with Hadoop profile 3.0)
>
> * Signature: ok
> * Checksum : ok
> * Rat check (1.8.0_171): ok
>  - mvn clean apache-rat:check
> * Built from source (1.8.0_171): ok
>  - mvn clean install  -DskipTests
> * CRUD testing locally: ok
> * Unit tests pass (1.8.0_171): failed
>  - mvn clean package  && mvn verify  -Dskip.embedded
>
>
> [ERROR] Failures:
> [ERROR]
>  IndexToolForNonTxGlobalIndexIT.testBuildSecondaryIndexAndScrutinize:421
> expected:<0> but was:<-1>
>
> [ERROR] Failures:
> [ERROR]
>  ViewTTLIT.testDeleteWithOnlyTenantView:1967->upsertDataAndRunValidations:2329->validateExpiredRowsAreNotReturnedUsingData:2390->verifyRowsBeforeTTLExpiration:2451
> Rows upserted and fetched do not match, upserted=5, fetched=4
> expected:<[00B0y0000000001, 00B0y0000000002, 00B0y0000000003,
> 00B0y0000000004, 00B0y0000000005]> but was:<[00B0y0000000001,
> 00B0y0000000002, 00B0y0000000003, 00B0y0000000004]>
>
>
> Subsequent manual test runs went well:
>
> [INFO] Running org.apache.phoenix.end2end.IndexToolForNonTxGlobalIndexIT
> [WARNING] Tests run: 72, Failures: 0, Errors: 0, Skipped: 4, Time elapsed:
> 1,010.964 s - in org.apache.phoenix.end2end.IndexToolForNonTxGlobalIndexIT
>
> [INFO] Running org.apache.phoenix.end2end.ViewTTLIT
> [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 772.233 s - in org.apache.phoenix.end2end.ViewTTLIT
>
>
>
> On 2021/02/27 00:51:06, Geoffrey Jacoby <gj...@apache.org> wrote:
> > +1 (binding)
> >
> > Check signatures and checksums: OK
> > apache-rat:check for licenses : OK
> > mvn clean install -DskipTests: OK
> > mvn verify for new 2.4.1 support: OK after rerunning one crashed test
> >
> > Geoffrey
> >
> >
> > On Fri, Feb 26, 2021 at 6:04 AM Istvan Toth <st...@apache.org> wrote:
> >
> > > Please vote on this Apache phoenix release candidate,
> > > phoenix-5.1.1RC0
> > >
> > > The VOTE will remain open for at least 72 hours.
> > >
> > > [ ] +1 Release this package as Apache phoenix 5.1.1
> > > [ ] -1 Do not release this package because ...
> > >
> > > The tag to be voted on is 5.1.1RC0:
> > >
> > >   https://github.com/apache/phoenix/tree/5.1.1RC0
> > >
> > > 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/phoenix/phoenix-5.1.1RC0/
> > >
> > > Maven artifacts are available in a staging repository at:
> > >
> > >   https://repository.apache.org/#stagingRepositories
> > > (orgapachephoenix-1215)
> > >
> > > Artifacts were signed with the 0x794433C7 key which can be found in:
> > >
> > >   https://dist.apache.org/repos/dist/release/phoenix/KEYS
> > >
> > > To learn more about Apache phoenix, please see
> > >
> > >   http://phoenix.apache.org/
> > >
> > > Thanks,
> > > Istvan
> > >
> >
>

Re: Release of Apache Phoenix 5.1.1 RC0

Posted by Istvan Toth <st...@apache.org>.
Shouldn't we wait for the related PHOENIX-6408 as well ?

Istvan

On Wed, Mar 10, 2021 at 1:51 AM larsh@apache.org <la...@apache.org> wrote:

> I just committed PHOENIX-6402
>
> Let's have another attempt at an RC for 5.1.1.
> (Assuming all tests continue to pass)
>
> -- Lars
>
>
> On Sunday, March 7, 2021, 3:30:46 PM PST, larsh@apache.org <
> larsh@apache.org> wrote:
>
>
>
>
>
> I have a real fix ready in PHOENIX-6402. Let's wait for that and then do a
> 5.1.1 release.
>
>
>
>
>
>
> On Monday, March 1, 2021, 4:15:40 PM PST, larsh@apache.org <
> larsh@apache.org> wrote:
>
>
>
>
>
> -1 (binding)
>
> See https://issues.apache.org/jira/browse/PHOENIX-6400
> I'm testing a bit more, but that looks wrong.
>
> -- Lars
>
>
>
> On Sunday, February 28, 2021, 7:32:09 PM PST, Xinyi Yan <
> yanxinyi@apache.org> wrote:
>
>
>
>
>
> +1 (non-binding) based on the signature, checksum and mvn clean
> install/verify.
>
>
> On Sun, Feb 28, 2021 at 4:59 AM Viraj Jasani <vj...@apache.org> wrote:
>
> > +1 (non-binding)
> >
> > Tested against HBase 2.4.1 (compiled with Hadoop profile 3.0)
> >
> > * Signature: ok
> > * Checksum : ok
> > * Rat check (1.8.0_171): ok
> >  - mvn clean apache-rat:check
> > * Built from source (1.8.0_171): ok
> >  - mvn clean install  -DskipTests
> > * CRUD testing locally: ok
> > * Unit tests pass (1.8.0_171): failed
> >  - mvn clean package  && mvn verify  -Dskip.embedded
> >
> >
> > [ERROR] Failures:
> > [ERROR]
> >  IndexToolForNonTxGlobalIndexIT.testBuildSecondaryIndexAndScrutinize:421
> > expected:<0> but was:<-1>
> >
> > [ERROR] Failures:
> > [ERROR]
> >
> ViewTTLIT.testDeleteWithOnlyTenantView:1967->upsertDataAndRunValidations:2329->validateExpiredRowsAreNotReturnedUsingData:2390->verifyRowsBeforeTTLExpiration:2451
> > Rows upserted and fetched do not match, upserted=5, fetched=4
> > expected:<[00B0y0000000001, 00B0y0000000002, 00B0y0000000003,
> > 00B0y0000000004, 00B0y0000000005]> but was:<[00B0y0000000001,
> > 00B0y0000000002, 00B0y0000000003, 00B0y0000000004]>
> >
> >
> > Subsequent manual test runs went well:
> >
> > [INFO] Running org.apache.phoenix.end2end.IndexToolForNonTxGlobalIndexIT
> > [WARNING] Tests run: 72, Failures: 0, Errors: 0, Skipped: 4, Time
> elapsed:
> > 1,010.964 s - in
> org.apache.phoenix.end2end.IndexToolForNonTxGlobalIndexIT
> >
> > [INFO] Running org.apache.phoenix.end2end.ViewTTLIT
> > [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 772.233 s - in org.apache.phoenix.end2end.ViewTTLIT
> >
> >
> >
> > On 2021/02/27 00:51:06, Geoffrey Jacoby <gj...@apache.org> wrote:
> > > +1 (binding)
> > >
> > > Check signatures and checksums: OK
> > > apache-rat:check for licenses : OK
> > > mvn clean install -DskipTests: OK
> > > mvn verify for new 2.4.1 support: OK after rerunning one crashed test
> > >
> > > Geoffrey
> > >
> > >
> > > On Fri, Feb 26, 2021 at 6:04 AM Istvan Toth <st...@apache.org> wrote:
> > >
> > > > Please vote on this Apache phoenix release candidate,
> > > > phoenix-5.1.1RC0
> > > >
> > > > The VOTE will remain open for at least 72 hours.
> > > >
> > > > [ ] +1 Release this package as Apache phoenix 5.1.1
> > > > [ ] -1 Do not release this package because ...
> > > >
> > > > The tag to be voted on is 5.1.1RC0:
> > > >
> > > >  https://github.com/apache/phoenix/tree/5.1.1RC0
> > > >
> > > > 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/phoenix/phoenix-5.1.1RC0/
> > > >
> > > > Maven artifacts are available in a staging repository at:
> > > >
> > > >  https://repository.apache.org/#stagingRepositories
> > > > (orgapachephoenix-1215)
> > > >
> > > > Artifacts were signed with the 0x794433C7 key which can be found in:
> > > >
> > > >  https://dist.apache.org/repos/dist/release/phoenix/KEYS
> > > >
> > > > To learn more about Apache phoenix, please see
> > > >
> > > >  http://phoenix.apache.org/
> > > >
> > > > Thanks,
> > > > Istvan
> > > >
> > >
> >
>

Re: Release of Apache Phoenix 5.1.1 RC0

Posted by "larsh@apache.org" <la...@apache.org>.
I just committed PHOENIX-6402

Let's have another attempt at an RC for 5.1.1.
(Assuming all tests continue to pass)

-- Lars


On Sunday, March 7, 2021, 3:30:46 PM PST, larsh@apache.org <la...@apache.org> wrote: 





I have a real fix ready in PHOENIX-6402. Let's wait for that and then do a 5.1.1 release.






On Monday, March 1, 2021, 4:15:40 PM PST, larsh@apache.org <la...@apache.org> wrote: 





-1 (binding)

See https://issues.apache.org/jira/browse/PHOENIX-6400
I'm testing a bit more, but that looks wrong.

-- Lars



On Sunday, February 28, 2021, 7:32:09 PM PST, Xinyi Yan <ya...@apache.org> wrote: 





+1 (non-binding) based on the signature, checksum and mvn clean
install/verify.


On Sun, Feb 28, 2021 at 4:59 AM Viraj Jasani <vj...@apache.org> wrote:

> +1 (non-binding)
>
> Tested against HBase 2.4.1 (compiled with Hadoop profile 3.0)
>
> * Signature: ok
> * Checksum : ok
> * Rat check (1.8.0_171): ok
>  - mvn clean apache-rat:check
> * Built from source (1.8.0_171): ok
>  - mvn clean install  -DskipTests
> * CRUD testing locally: ok
> * Unit tests pass (1.8.0_171): failed
>  - mvn clean package  && mvn verify  -Dskip.embedded
>
>
> [ERROR] Failures:
> [ERROR]
>  IndexToolForNonTxGlobalIndexIT.testBuildSecondaryIndexAndScrutinize:421
> expected:<0> but was:<-1>
>
> [ERROR] Failures:
> [ERROR]
>  ViewTTLIT.testDeleteWithOnlyTenantView:1967->upsertDataAndRunValidations:2329->validateExpiredRowsAreNotReturnedUsingData:2390->verifyRowsBeforeTTLExpiration:2451
> Rows upserted and fetched do not match, upserted=5, fetched=4
> expected:<[00B0y0000000001, 00B0y0000000002, 00B0y0000000003,
> 00B0y0000000004, 00B0y0000000005]> but was:<[00B0y0000000001,
> 00B0y0000000002, 00B0y0000000003, 00B0y0000000004]>
>
>
> Subsequent manual test runs went well:
>
> [INFO] Running org.apache.phoenix.end2end.IndexToolForNonTxGlobalIndexIT
> [WARNING] Tests run: 72, Failures: 0, Errors: 0, Skipped: 4, Time elapsed:
> 1,010.964 s - in org.apache.phoenix.end2end.IndexToolForNonTxGlobalIndexIT
>
> [INFO] Running org.apache.phoenix.end2end.ViewTTLIT
> [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 772.233 s - in org.apache.phoenix.end2end.ViewTTLIT
>
>
>
> On 2021/02/27 00:51:06, Geoffrey Jacoby <gj...@apache.org> wrote:
> > +1 (binding)
> >
> > Check signatures and checksums: OK
> > apache-rat:check for licenses : OK
> > mvn clean install -DskipTests: OK
> > mvn verify for new 2.4.1 support: OK after rerunning one crashed test
> >
> > Geoffrey
> >
> >
> > On Fri, Feb 26, 2021 at 6:04 AM Istvan Toth <st...@apache.org> wrote:
> >
> > > Please vote on this Apache phoenix release candidate,
> > > phoenix-5.1.1RC0
> > >
> > > The VOTE will remain open for at least 72 hours.
> > >
> > > [ ] +1 Release this package as Apache phoenix 5.1.1
> > > [ ] -1 Do not release this package because ...
> > >
> > > The tag to be voted on is 5.1.1RC0:
> > >
> > >  https://github.com/apache/phoenix/tree/5.1.1RC0
> > >
> > > 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/phoenix/phoenix-5.1.1RC0/
> > >
> > > Maven artifacts are available in a staging repository at:
> > >
> > >  https://repository.apache.org/#stagingRepositories
> > > (orgapachephoenix-1215)
> > >
> > > Artifacts were signed with the 0x794433C7 key which can be found in:
> > >
> > >  https://dist.apache.org/repos/dist/release/phoenix/KEYS
> > >
> > > To learn more about Apache phoenix, please see
> > >
> > >  http://phoenix.apache.org/
> > >
> > > Thanks,
> > > Istvan
> > >
> >
>

Re: Release of Apache Phoenix 5.1.1 RC0

Posted by "larsh@apache.org" <la...@apache.org>.
I have a real fix ready in PHOENIX-6402. Let's wait for that and then do a 5.1.1 release.






On Monday, March 1, 2021, 4:15:40 PM PST, larsh@apache.org <la...@apache.org> wrote: 





-1 (binding)

See https://issues.apache.org/jira/browse/PHOENIX-6400
I'm testing a bit more, but that looks wrong.

-- Lars



On Sunday, February 28, 2021, 7:32:09 PM PST, Xinyi Yan <ya...@apache.org> wrote: 





+1 (non-binding) based on the signature, checksum and mvn clean
install/verify.


On Sun, Feb 28, 2021 at 4:59 AM Viraj Jasani <vj...@apache.org> wrote:

> +1 (non-binding)
>
> Tested against HBase 2.4.1 (compiled with Hadoop profile 3.0)
>
> * Signature: ok
> * Checksum : ok
> * Rat check (1.8.0_171): ok
>  - mvn clean apache-rat:check
> * Built from source (1.8.0_171): ok
>  - mvn clean install  -DskipTests
> * CRUD testing locally: ok
> * Unit tests pass (1.8.0_171): failed
>  - mvn clean package  && mvn verify  -Dskip.embedded
>
>
> [ERROR] Failures:
> [ERROR]
>  IndexToolForNonTxGlobalIndexIT.testBuildSecondaryIndexAndScrutinize:421
> expected:<0> but was:<-1>
>
> [ERROR] Failures:
> [ERROR]
>  ViewTTLIT.testDeleteWithOnlyTenantView:1967->upsertDataAndRunValidations:2329->validateExpiredRowsAreNotReturnedUsingData:2390->verifyRowsBeforeTTLExpiration:2451
> Rows upserted and fetched do not match, upserted=5, fetched=4
> expected:<[00B0y0000000001, 00B0y0000000002, 00B0y0000000003,
> 00B0y0000000004, 00B0y0000000005]> but was:<[00B0y0000000001,
> 00B0y0000000002, 00B0y0000000003, 00B0y0000000004]>
>
>
> Subsequent manual test runs went well:
>
> [INFO] Running org.apache.phoenix.end2end.IndexToolForNonTxGlobalIndexIT
> [WARNING] Tests run: 72, Failures: 0, Errors: 0, Skipped: 4, Time elapsed:
> 1,010.964 s - in org.apache.phoenix.end2end.IndexToolForNonTxGlobalIndexIT
>
> [INFO] Running org.apache.phoenix.end2end.ViewTTLIT
> [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 772.233 s - in org.apache.phoenix.end2end.ViewTTLIT
>
>
>
> On 2021/02/27 00:51:06, Geoffrey Jacoby <gj...@apache.org> wrote:
> > +1 (binding)
> >
> > Check signatures and checksums: OK
> > apache-rat:check for licenses : OK
> > mvn clean install -DskipTests: OK
> > mvn verify for new 2.4.1 support: OK after rerunning one crashed test
> >
> > Geoffrey
> >
> >
> > On Fri, Feb 26, 2021 at 6:04 AM Istvan Toth <st...@apache.org> wrote:
> >
> > > Please vote on this Apache phoenix release candidate,
> > > phoenix-5.1.1RC0
> > >
> > > The VOTE will remain open for at least 72 hours.
> > >
> > > [ ] +1 Release this package as Apache phoenix 5.1.1
> > > [ ] -1 Do not release this package because ...
> > >
> > > The tag to be voted on is 5.1.1RC0:
> > >
> > >  https://github.com/apache/phoenix/tree/5.1.1RC0
> > >
> > > 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/phoenix/phoenix-5.1.1RC0/
> > >
> > > Maven artifacts are available in a staging repository at:
> > >
> > >  https://repository.apache.org/#stagingRepositories
> > > (orgapachephoenix-1215)
> > >
> > > Artifacts were signed with the 0x794433C7 key which can be found in:
> > >
> > >  https://dist.apache.org/repos/dist/release/phoenix/KEYS
> > >
> > > To learn more about Apache phoenix, please see
> > >
> > >  http://phoenix.apache.org/
> > >
> > > Thanks,
> > > Istvan
> > >
> >
>

Re: Release of Apache Phoenix 5.1.1 RC0

Posted by "larsh@apache.org" <la...@apache.org>.
-1 (binding)

See https://issues.apache.org/jira/browse/PHOENIX-6400
I'm testing a bit more, but that looks wrong.

-- Lars



On Sunday, February 28, 2021, 7:32:09 PM PST, Xinyi Yan <ya...@apache.org> wrote: 





+1 (non-binding) based on the signature, checksum and mvn clean
install/verify.


On Sun, Feb 28, 2021 at 4:59 AM Viraj Jasani <vj...@apache.org> wrote:

> +1 (non-binding)
>
> Tested against HBase 2.4.1 (compiled with Hadoop profile 3.0)
>
> * Signature: ok
> * Checksum : ok
> * Rat check (1.8.0_171): ok
>  - mvn clean apache-rat:check
> * Built from source (1.8.0_171): ok
>  - mvn clean install  -DskipTests
> * CRUD testing locally: ok
> * Unit tests pass (1.8.0_171): failed
>  - mvn clean package  && mvn verify  -Dskip.embedded
>
>
> [ERROR] Failures:
> [ERROR]
>  IndexToolForNonTxGlobalIndexIT.testBuildSecondaryIndexAndScrutinize:421
> expected:<0> but was:<-1>
>
> [ERROR] Failures:
> [ERROR]
>  ViewTTLIT.testDeleteWithOnlyTenantView:1967->upsertDataAndRunValidations:2329->validateExpiredRowsAreNotReturnedUsingData:2390->verifyRowsBeforeTTLExpiration:2451
> Rows upserted and fetched do not match, upserted=5, fetched=4
> expected:<[00B0y0000000001, 00B0y0000000002, 00B0y0000000003,
> 00B0y0000000004, 00B0y0000000005]> but was:<[00B0y0000000001,
> 00B0y0000000002, 00B0y0000000003, 00B0y0000000004]>
>
>
> Subsequent manual test runs went well:
>
> [INFO] Running org.apache.phoenix.end2end.IndexToolForNonTxGlobalIndexIT
> [WARNING] Tests run: 72, Failures: 0, Errors: 0, Skipped: 4, Time elapsed:
> 1,010.964 s - in org.apache.phoenix.end2end.IndexToolForNonTxGlobalIndexIT
>
> [INFO] Running org.apache.phoenix.end2end.ViewTTLIT
> [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 772.233 s - in org.apache.phoenix.end2end.ViewTTLIT
>
>
>
> On 2021/02/27 00:51:06, Geoffrey Jacoby <gj...@apache.org> wrote:
> > +1 (binding)
> >
> > Check signatures and checksums: OK
> > apache-rat:check for licenses : OK
> > mvn clean install -DskipTests: OK
> > mvn verify for new 2.4.1 support: OK after rerunning one crashed test
> >
> > Geoffrey
> >
> >
> > On Fri, Feb 26, 2021 at 6:04 AM Istvan Toth <st...@apache.org> wrote:
> >
> > > Please vote on this Apache phoenix release candidate,
> > > phoenix-5.1.1RC0
> > >
> > > The VOTE will remain open for at least 72 hours.
> > >
> > > [ ] +1 Release this package as Apache phoenix 5.1.1
> > > [ ] -1 Do not release this package because ...
> > >
> > > The tag to be voted on is 5.1.1RC0:
> > >
> > >  https://github.com/apache/phoenix/tree/5.1.1RC0
> > >
> > > 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/phoenix/phoenix-5.1.1RC0/
> > >
> > > Maven artifacts are available in a staging repository at:
> > >
> > >  https://repository.apache.org/#stagingRepositories
> > > (orgapachephoenix-1215)
> > >
> > > Artifacts were signed with the 0x794433C7 key which can be found in:
> > >
> > >  https://dist.apache.org/repos/dist/release/phoenix/KEYS
> > >
> > > To learn more about Apache phoenix, please see
> > >
> > >  http://phoenix.apache.org/
> > >
> > > Thanks,
> > > Istvan
> > >
> >
>