ulysses-you commented on a change in pull request #1966:
URL: https://github.com/apache/incubator-kyuubi/pull/1966#discussion_r813504666



##########
File path: kyuubi-server/src/main/scala/org/apache/kyuubi/engine/EngineRef.scala
##########
@@ -178,6 +179,7 @@ private[kyuubi] class EngineRef(
 
     conf.set(HA_ZK_NAMESPACE, engineSpace)
     conf.set(HA_ZK_ENGINE_REF_ID, engineRefId)
+    conf.set(KYUUBI_ENGINE_SUBMIT_TIME_KEY, 
String.valueOf(System.currentTimeMillis()))

Review comment:
       can we pull out the start time of `ENGINE_INIT_TIMEOUT` ? we should keep 
`engine submit time` and `the timeout chekc of start time` consistent.




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


Reply via email to