Caused by: java.io.IOException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]
<snip>
Caused by: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]
<snip>
Caused by: GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)
<snip>
because of
10:00:47.483 [xxxxx1] INFO org.apache.hadoop.security.UserGroupInformation - Login successful for user xxxx/xxxxxx@XXXXX using keytab file hdfsdi.keytab. Keytab auto renewal enabled : false
^^^^^
Automatic TGT renewal is disabled by default it seems. Enabling it should fix the issue, and an alternative way to fix the issue is to call checkTGTAndReloginFromKeytab() periodically.
Describe the bug
because of
Expected behavior
Renews tickets automatically
How to reproduce
Start kerberized cfe_39 and leave it on for >24hr
Software version
0.2.0 beta