pan3793 commented on issue #4267:
URL: https://github.com/apache/kyuubi/issues/4267#issuecomment-1437760032

   ```
   2023-02-14 09:27:24.570 INFO 
k8s.KubernetesClusterSchedulerBackend$KubernetesDriverEndpoint: Asked to remove 
non-existent executor 3
   2023-02-14 09:52:31.017 INFO session.SparkSQLSessionManager: SessionHandle 
[904407b1-8cf3-476f-a730-929eecc53a90] is closed, current opening sessions 0
   ```
   The first time close caused by session idle timeout, since you have the 
following configuration
   ```
   kyuubi.session.idle.timeout                 PT30M
   ```
   
   Then later, when the client requested to close the session, it had been 
closed.


-- 
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]

Reply via email to