turboFei commented on code in PR #7132:
URL: https://github.com/apache/kyuubi/pull/7132#discussion_r2199693348
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/engine/KubernetesApplicationOperation.scala:
##########
@@ -292,27 +292,34 @@ class KubernetesApplicationOperation extends
ApplicationOperation with Logging {
throw new IllegalStateException("Methods initialize and isSupported must
be called ahead")
}
debug(s"Getting application[${toLabel(tag)}]'s info from Kubernetes
cluster")
+ val startTime = System.currentTimeMillis()
Review Comment:
this is used to prevent the elapsedTime too long caused by metadataManager
or other slowness, which might cause the app failure for waitAppCompletion=false
--
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]