You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Sailesh Mukil (JIRA)" <ji...@apache.org> on 2017/05/30 17:48:04 UTC

[jira] [Created] (IMPALA-5385) Print appropriate error for failed TGT creation due to /tmp being full

Sailesh Mukil created IMPALA-5385:
-------------------------------------

             Summary: Print appropriate error for failed TGT creation due to /tmp being full
                 Key: IMPALA-5385
                 URL: https://issues.apache.org/jira/browse/IMPALA-5385
             Project: IMPALA
          Issue Type: Bug
          Components: Security
            Reporter: Sailesh Mukil


When CS is not able to generate TGT due to lack of space, it crashes after start and the error shows up as
javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]
at com.sun.security.sasl.gsskerb.GssKrb5Client.evaluateChallenge(GssKrb5Client.java:212)
at org.apache.thrift.transport.TSaslClientTransport.handleSaslStartMessage(TSaslClientTransport.java:94)
at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:253)
at org.apache.thrift.transport.TSaslClientTransport.open(TSaslClientTransport.java:37)

We need the error to show that /tmp is full instead of the just the absence of a TGT.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)