You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/08/29 01:48:54 UTC

[GitHub] [incubator-kyuubi] ulysses-you commented on pull request #3315: Fast fail the kyuubi connection if the engine application has been terminated

ulysses-you commented on PR #3315:
URL: https://github.com/apache/incubator-kyuubi/pull/3315#issuecomment-1229648223

   ```
    test("start and get engine address with lock") {
       val id = UUID.randomUUID().toString
       conf.set(KyuubiConf.ENGINE_SHARE_LEVEL, USER.toString)
       conf.set(KyuubiConf.ENGINE_TYPE, SPARK_SQL.toString)
       conf.set(KyuubiConf.FRONTEND_THRIFT_BINARY_BIND_PORT, 0)
       conf.set(HighAvailabilityConf.HA_NAMESPACE, "engine_test")
       conf.set(HighAvailabilityConf.HA_ADDRESSES, getConnectString())
       val engine = new EngineRef(conf, user, id, null)
   ```
   
   some tests do not have a usable applicationManager ..


-- 
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-unsubscribe@kyuubi.apache.org

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


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