Mehdi Salarkia created PHOENIX-5421:
---------------------------------------

             Summary: Phoenix Query server tests race condition issue on 
creating keytab folder
                 Key: PHOENIX-5421
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5421
             Project: Phoenix
          Issue Type: Bug
            Reporter: Mehdi Salarkia
            Assignee: Mehdi Salarkia


The two recently modified tests: 
 * org.apache.phoenix.end2end.HttpParamImpersonationQueryServerIT


 * org.apache.phoenix.end2end.SecureQueryServerIT

Share the same logic to construct a kerberos configuration folder and run a 
mini kerberized cluser. Which could run into race condition when one deletes 
the folder while the other is trying to use it to set up it's cluster.

 
{code:java}
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.007 s 
<<< FAILURE! - in org.apache.phoenix.end2end.SecureQueryServerIT
[ERROR] org.apache.phoenix.end2end.SecureQueryServerIT Time elapsed: 0.007 s 
<<< ERROR!
java.io.IOException: Login failure for securecluster/[email protected] from 
keytab 
/Users/msalarkia/workspace/apache-phoenix/phoenix-queryserver/target/AbstractKerberisedTest/keytabs/test.keytab:
 javax.security.auth.login.LoginException: Checksum failed
at 
org.apache.phoenix.end2end.SecureQueryServerIT.setUp(SecureQueryServerIT.java:53)
Caused by: javax.security.auth.login.LoginException: Checksum failed
at 
org.apache.phoenix.end2end.SecureQueryServerIT.setUp(SecureQueryServerIT.java:53)
Caused by: sun.security.krb5.KrbCryptoException: Checksum failed
at 
org.apache.phoenix.end2end.SecureQueryServerIT.setUp(SecureQueryServerIT.java:53)
Caused by: java.security.GeneralSecurityException: Checksum failed
at 
org.apache.phoenix.end2end.SecureQueryServerIT.setUp(SecureQueryServerIT.java:53)
{code}
 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to