pan3793 commented on code in PR #3830:
URL: https://github.com/apache/incubator-kyuubi/pull/3830#discussion_r1033460487


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -671,6 +671,13 @@ object KyuubiConf {
       .booleanConf
       .createWithDefault(true)
 
+  val FRONTEND_THRIFT_STOP_TIMEOUT: ConfigEntry[Long] =
+    buildConf("kyuubi.frontend.thrift.stop.timeout")
+      .doc("Timeout for stop the thrift frontend service.")
+      .version("1.7.0")
+      .timeConf
+      .createWithDefault(Duration.ofSeconds(60).toMillis)

Review Comment:
   Does it mean we can not gracefully shutdown queries that requires more than 
this time to complete?



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