huangzhir commented on issue #4876: URL: https://github.com/apache/kyuubi/issues/4876#issuecomment-1576142579
> And LaunchEngine is running asynchronously by default. > https://github.com/apache/kyuubi/blob/master/kyuubi-server/src/main/scala/org/apache/kyuubi/operation/LaunchEngine.scala#L65 LaunchEngine is running asynchronously by default, but op.getBackgroundHandle.get() is synchronous https://github.com/apache/kyuubi/blob/cb689b66b1ed745a5e38dea37a2b0f1d9e7f1aca/kyuubi-server/src/main/scala/org/apache/kyuubi/session/KyuubiSessionImpl.scala#L220 -- 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]
