Kyuubi Fails to retrieve application information 1Hour #6877
-
Hello Team, we are running kyuubi In the logs we see:
Spark relevant configs:
So far this behavior is reproducible 100% of the time. Any thoughts on what might be causing this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
It's likely caused by the Kyuubi Pod token expires after 1 hour
|
Beta Was this translation helpful? Give feedback.
-
I was able to do some tracing, and I see this indeed due to token expiry. Doesn't fabric8 has a token refresh mechanism since 6.1.x? |
Beta Was this translation helpful? Give feedback.
@moelhoussein the code at
org.apache.kyuubi.util.KubernetesUtils
, I guess replacing thewithOauthToken
withwithOauthTokenProvider
should fix your issue