Hi everyone,
I face a strange problem that happens quite randomly:
- Some of our Airflow DAGs return with the error:
ERROR - Could not start SASL: b'Error in sasl_client_start (-1) SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (No Kerberos credentials available (default cache: /tmp/krb5cc_{Uid}
- If at the same time the 'klist' command is run. It returns:
klist: No credentials cache found (filename: /tmp/krb5cc_{Uid}
and there is not krb5cc_{Uid} file in /tmp
Has anyone run into something similar?