pan3793 commented on code in PR #5901:
URL: https://github.com/apache/kyuubi/pull/5901#discussion_r1434684295


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -1516,6 +1516,14 @@ object KyuubiConf {
       .timeConf
       .createWithDefault(Duration.ofSeconds(10).toMillis)
 
+  val ENGINE_OPEN_RESET_ON_FAILURE: ConfigEntry[Boolean] =
+    buildConf("kyuubi.session.engine.open.reset.onFailure")

Review Comment:
   maybe something like `kyuubi.session.engine.open.onFailure`
   
   ```
   - RETRY
   - DEREGISTER_IMMEDIATELY
   - DEREGISTER_AFTER_RETRY
   - KILL_IMMEDIATELY (leave option for future implementation)
   - KILL_AFTER_RETRY (leave option for future implementation)
   ```



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