A-little-bit-of-data commented on issue #6855: URL: https://github.com/apache/kyuubi/issues/6855#issuecomment-2559670927
> you should read the docs carefully, the docs of `kyuubi.engine.user.isolated.spark.session.idle.timeout` say > > > If kyuubi.engine.user.isolated.spark.session is false ... > > and the default value of `kyuubi.engine.user.isolated.spark.session` is `true`, further, the docs of `kyuubi.engine.user.isolated.spark.session` say和默认值 `kyuubi.engine.user.isolated.spark.session` 是`true` ,此外,文档 `kyuubi.engine.user.isolated.spark.session` 说 > > > ... if the engine is running in a group or server share level ... Note that, it does not affect if the share level is connection or user. > > while the screenshot shows you are using USER share level Thank you very much. Can I understand it this way? When using the user sharing level, `kyuubi.session.idle.timeout` is used to control the session timeout. When using the group or service sharing level, `kyuubi.engine.user.isolated.spark.session.idle.timeout` is used to control the session timeout. Whether it is spark, flink, or trino engine -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
