Sure, Geoffrey.
I 'll create a new RC after backporting the fixes.

Thank you.

On Tue, Jul 30, 2019 at 3:45 PM Geoffrey Jacoby <[email protected]> wrote:

> -1. Unfortunately, there are failing unit and integration tests.
>
> Apache RAT check: OK
> Signature match: OK
> Ran mvn clean verify with ignore failures on source artifacts, then reran
> each failure manually to weed out flappers: FAILED
>
> phoenix-core just seemed to have a few flappers, but there were non-flappy
> errors on phoenix-queryserver and phoenix-pherf. While the query-server is
> split out into the connector project in later branches of Phoenix, in 4.14
> it's still part of the core Phoenix distribution.
>
> One of the pherf errors looks similar to PHOENIX-5327, which might need to
> back ported.
>
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 0.003 s <<< FAILURE! - in org.apache.phoenix.end2end.SecureQueryServerIT
> [ERROR] org.apache.phoenix.end2end.SecureQueryServerIT  Time elapsed: 0.003
> s  <<< ERROR!
> java.io.IOException: failure to login
> at
>
> org.apache.phoenix.end2end.SecureQueryServerIT.setUp(SecureQueryServerIT.java:230)
> Caused by: javax.security.auth.login.LoginException:
> java.lang.IllegalArgumentException: Illegal principal name [principal name
> was listed here]:
> org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule:
> No rules applied to [principal name was listed here]
> at
>
> org.apache.phoenix.end2end.SecureQueryServerIT.setUp(SecureQueryServerIT.java:230)
> Caused by: java.lang.IllegalArgumentException: Illegal principal
> name [principal name was listed
> here]
> rg.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule:
> No rules applied to [principal name was listed here]
> at
>
> org.apache.phoenix.end2end.SecureQueryServerIT.setUp(SecureQueryServerIT.java:230)
> Caused by:
> org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule:
> No rules applied to [principal name was listed here]
> at
>
> org.apache.phoenix.end2end.SecureQueryServerIT.setUp(SecureQueryServerIT.java:230)
>
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 0.004 s <<< FAILURE! - in
> org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT
> [ERROR] org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT
>  Time elapsed: 0.003 s  <<< ERROR!
> java.io.IOException: failure to login
> at
>
> org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT.setUp(HttpParamImpersonationQueryServerIT.java:253)
> Caused by: javax.security.auth.login.LoginException:
> java.lang.IllegalArgumentException: Illegal principal name [principal name
> was listed here]
> org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule:
> No rules applied to [principal name was listed here]
> at
>
> org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT.setUp(HttpParamImpersonationQueryServerIT.java:253)
> Caused by: java.lang.IllegalArgumentException: Illegal principal
> name [principal name was listed here]
> org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule:
> No rules applied to [principal name was listed here]
> at
>
> org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT.setUp(HttpParamImpersonationQueryServerIT.java:253)
> Caused by:
> org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule:
> No rules applied to [principal name was listed here]
> at
>
> org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT.setUp(HttpParamImpersonationQueryServerIT.java:253)
>
> [INFO] Running org.apache.phoenix.pherf.ResultTest
> [ERROR] Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 4.316 s <<< FAILURE! - in org.apache.phoenix.pherf.ResultTest
> [ERROR] testResult(org.apache.phoenix.pherf.ResultTest)  Time elapsed:
> 0.057 s  <<< ERROR!
> java.lang.NullPointerException
> at org.apache.phoenix.pherf.ResultTest.testResult(ResultTest.java:120)
>
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 16.751 s <<< FAILURE! - in org.apache.phoenix.pherf.PherfMainIT
> [ERROR] testPherfMain(org.apache.phoenix.pherf.PherfMainIT)  Time elapsed:
> 6.367 s  <<< ERROR!
> java.util.concurrent.ExecutionException:
> org.apache.phoenix.schema.TableAlreadyExistsException: ERROR 1013 (42M04):
> Table already exists. tableName=PHERF.IDX_DIVISION
> at org.apache.phoenix.pherf.PherfMainIT.testPherfMain(PherfMainIT.java:42)
> Caused by: org.apache.phoenix.schema.TableAlreadyExistsException: ERROR
> 1013 (42M04): Table already exists. tableName=PHERF.IDX_DIVISION
>
>
> On Mon, Jul 29, 2019 at 4:29 PM swaroopa kadam <[email protected]
> >
> wrote:
>
> > Please use the following key: 48B7807D95F127B5
> >
> > https://dist.apache.org/repos/dist/dev/phoenix/KEYS
> >
> > Sorry about the inconvenience.
> >
> > Thanks.
> >
> > On Mon, Jul 29, 2019 at 11:13 AM swaroopa kadam <
> > [email protected]>
> > wrote:
> >
> > > That's a good point, Geoffrey.
> > > Let me update the release notes.
> > >
> > > Thanks.
> > >
> > > On Mon, Jul 29, 2019 at 9:45 AM Geoffrey Jacoby <[email protected]>
> > > wrote:
> > >
> > >> Exciting to see these changes about to be released!
> > >>
> > >> However, since the index changes will need some manual work by
> operators
> > >> to
> > >> upgrade their existing indexes to the new framework, shouldn't we
> have a
> > >> release note explaining to operators how to use the upgrade tool in
> > >> PHOENIX-5333? (Not upgrading indexes will just keep them working under
> > the
> > >> old framework.)
> > >>
> > >> Also, maybe after release, we'll need some doc modification to the
> > Phoenix
> > >> Secondary Index doc page at
> > >> http://phoenix.apache.org/secondary_indexing.html explaining the new
> > >> framework. In particular, some of the consistency guarantees are
> subtly
> > >> different (and better) now.
> > >>
> > >> I'll post a vote after testing the bits.
> > >>
> > >> Geoffrey
> > >>
> > >> On Mon, Jul 29, 2019 at 9:18 AM swaroopa kadam <
> > >> [email protected]>
> > >> wrote:
> > >>
> > >> > Hello Everyone,
> > >> >
> > >> > Happy Monday!
> > >> >
> > >> > This is a call for a vote on Apache Phoenix 4.14.3 RC0. This is a
> > patch
> > >> > release of Phoenix 4.14 and is compatible with Apache HBase 1.3 and
> > >> > 1.4. The release includes both a source-only release and a
> convenience
> > >> > binary
> > >> > release for each supported HBase version.
> > >> >
> > >> > This release includes critical bug fixes and improvements for
> > secondary
> > >> > indexes -- making them self-consistent.
> > >> >
> > >> > The source tarball, including signatures, digests, etc can be found
> > at:
> > >> >
> > >> >
> > >>
> >
> https://dist.apache.org/repos/dist/dev/phoenix/apache-phoenix-4.14.3-HBase-1.3-rc0/src/
> > >> >
> > >> >
> > >>
> >
> https://dist.apache.org/repos/dist/dev/phoenix/apache-phoenix-4.14.3-HBase-1.4-rc0/src/
> > >> >
> > >> > The binary artifacts can be found at:
> > >> >
> > >> >
> > >>
> >
> https://dist.apache.org/repos/dist/dev/phoenix/apache-phoenix-4.14.3-HBase-1.3-rc0/bin/
> > >> >
> > >> >
> > >>
> >
> https://dist.apache.org/repos/dist/dev/phoenix/apache-phoenix-4.14.3-HBase-1.4-rc0/bin/
> > >> >
> > >> > For a complete list of changes, see:
> > >> >
> > >> >
> > >>
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315120&version=12345601
> > >> >
> > >> > Artifacts are signed with my "CODE SIGNING KEY": 95F127B5
> > >> >
> > >> > KEYS file available here:
> > >> > https://dist.apache.org/repos/dist/dev/phoenix/KEYS
> > >> >
> > >> > The hash and tag to be voted upon:
> > >> >
> > >> >
> > >> >
> > >>
> >
> https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=commit;h=bfaa27edbc4029b5240d50689511d8b62457526e
> > >> >
> > >> >
> > >> >
> > >>
> >
> https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=commit;h=2997bfb3c318825a5264ecee72e4214112a10151
> > >> >
> > >> > The vote will be open for at least 72 hours. Please vote:
> > >> >
> > >> > [ ] +1 approve
> > >> > [ ] +0 no opinion
> > >> > [ ] -1 disapprove (and the reason why)
> > >> >
> > >> > Thanks,
> > >> > The Apache Phoenix Team
> > >> > --
> > >> >
> > >> >
> > >> > Swaroopa Kadam
> > >> > [image: https://]about.me/swaroopa_kadam
> > >> > <
> > >> >
> > >>
> >
> https://about.me/swaroopa_kadam?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api
> > >> > >
> > >> >
> > >>
> > >
> > >
> > > --
> > >
> > >
> > > Swaroopa Kadam
> > > [image: https://]about.me/swaroopa_kadam
> > > <
> >
> https://about.me/swaroopa_kadam?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api
> > >
> > >
> >
> >
> > --
> >
> >
> > Swaroopa Kadam
> > [image: https://]about.me/swaroopa_kadam
> > <
> >
> https://about.me/swaroopa_kadam?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api
> > >
> >
>


-- 


Swaroopa Kadam
[image: https://]about.me/swaroopa_kadam
<https://about.me/swaroopa_kadam?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api>

Reply via email to