Skip to content

What difference between kyuubi.session.idle.timeout and kyuubi.session.engine.idle.timeout ? #3086

Answered by wForget
ethanzhou8109 asked this question in Q&A
Discussion options

You must be logged in to vote

The session will be closed when not accessed for more than the kyuubi.session.idle.timeout and the engine will be closed when not accessed for more than the kyuubi.engine.idle.timeout.
So we only need to understand the relationship between session and engine, they are not one-to-one correspondence. For the session, we usually use it to close it after the use is complete, and the kyuubi.session.idle.timeout only handles some abnormal sessions. The CONNECTION level engine stops when the session is closed, and the shared engine will judge whether it needs to exit through kyuubi.engine.idle.timeout.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yaooqinn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants