HanShuhang commented on PR #7020:
URL: https://github.com/apache/kyuubi/pull/7020#issuecomment-2833257676

   Our users connect to kyuubi by **pyhive** with **CONNECTION** mode. If the 
engine is not started for a long time (maybe dozens of minutes) due to waiting 
for resources, the client's execute sql will be blocked in kyuubi. The final 
phenomenon is that **even if the spark engine is successfully started finally, 
the client can not receive any response**. This PR solved this problem, execute 
request (async) from pyhive can return quickly without blocking while waiting 
for the engine to start. 
   In addition, asynchronous execution should not be blocked waiting for 
resources in theory, which is obviously not asynchronous enough.


-- 
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: notifications-unsubscr...@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org
For additional commands, e-mail: notifications-h...@kyuubi.apache.org

Reply via email to