turboFei commented on issue #4847: URL: https://github.com/apache/kyuubi/issues/4847#issuecomment-2169116939
> @turboFei unfortunately your PR doesn't work on my local test. I find the _lastAccessTime and _lastIdleTime are updated periodically when engine alive probe is enabled, which leads to session can never be idel timeout. > > I am afraid the bug is introduced by #4848 (cc @huangzhir ) in which the function `checkEngineConnectionAlive` calls the `getInfo` function which internally updates the _lastAccessTime and _lastIdleTime. > > https://github.com/apache/kyuubi/blob/02e1aa30636f3c5bea36e54d90986935fcafa2e3/kyuubi-server/src/main/scala/org/apache/kyuubi/session/KyuubiSessionImpl.scala#L330 Make sense. -- 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]
