lightning-L commented on PR #4545:
URL: https://github.com/apache/kyuubi/pull/4545#issuecomment-1477366462

   We have some uses cases that use CONNECTION share level and may be running 
some heavy jobs which take hours to finish. 
   Sometimes, client connection to gateway dies for unexpected reasons (network 
jitter, pod recreate, etc). According to current implementation, closeSession 
will be called, and spark engine will be stopped and running app will be killed.
   And we need to enable recoverability for such use cases.
   
   So we need to wait for active operations to finish when closing, and also 
support reconnect.
   
   @yaooqinn 
   @turboFei  correct me if I am wrong


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