LiFu He created KUDU-3125:
-----------------------------
Summary: kudu-master will crash during initialization while
kerberos is enabled
Key: KUDU-3125
URL: https://issues.apache.org/jira/browse/KUDU-3125
Project: Kudu
Issue Type: Bug
Components: master
Reporter: LiFu He
We met this issue in our test cluster, the ouput info is just like below:
================================================
k5_mutex_lock: Received error 22 (Invalid argument)
kudu-master: ../../../include/k5-thread.h:376: k5_mutex_lock: Assertion `r ==
0' failed
...
*** SIGARBORT ...
...
Aborted (core dumped)
================================================
After some analysis, we found that the krb5-lib we are using is 1.16.1 and it
seems it has a bug: [https://web.mit.edu/kerberos/krb5-1.16/]
So, we switched the krb5-lib to version 1.17.x and the crash was gone.
Here I file this jira for the users who *will* meet this issue.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)