pan3793 commented on code in PR #6994:
URL: https://github.com/apache/kyuubi/pull/6994#discussion_r2009454613
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/operation/BatchJobSubmission.scala:
##########
@@ -273,6 +275,9 @@ class BatchJobSubmission(
process.waitFor(applicationCheckInterval, TimeUnit.MILLISECONDS)
Review Comment:
so the key point is - in the current round, app state is NOT_FOUND because
the submit stage exceeds the `kyuubi.engine.yarn.submit.timeout`, while during
the `process.waitFor` period, submit success, then `process.isAlive` returns
`false`, thus it has no chance to retrieve the app state from the cluster
manager?
--
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]