AngersZhuuuu opened a new pull request #31437:
URL: https://github.com/apache/spark/pull/31437


   ### What changes were proposed in this pull request?
   We meet case that because yarn queue's setting, some app's container isĀ 
preempted by a higher level request due to the scheduling framework. Then throw 
`ApplicationAttemptNotFoundException`,  in an old PR 
`https://github.com/apache/spark/pull/10129`, it add the behavior that we 
always close app directly without retry.
   
   But for some issue, such as queue issue caused by peak usage, we can have a 
retry.
   
   Since for not all case throw `ApplicationAttemptNotFoundException` we don't 
need to retry. IMO, we should not just catch this exception.
   
   ### Why are the changes needed?
   Make job more tolerable about container issue
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Not need


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

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