turboFei commented on code in PR #7132:
URL: https://github.com/apache/kyuubi/pull/7132#discussion_r2199692172
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/engine/YarnApplicationOperation.scala:
##########
@@ -131,19 +131,20 @@ class YarnApplicationOperation extends
ApplicationOperation with Logging {
proxyUser: Option[String] = None,
submitTime: Option[Long] = None): ApplicationInfo =
withYarnClient(proxyUser) { yarnClient =>
debug(s"Getting application info from YARN cluster by tag: $tag")
+ val startTime = System.currentTimeMillis()
Review Comment:
this is used to prevent the elapsedTime too long caused by yarn client
stuck, especially for the waitAppCompletion=false use case.
--
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]