lyy-pineapple commented on PR #41723:
URL: https://github.com/apache/spark/pull/41723#issuecomment-1621077222

   if we already have a speculative task running, and failed task would not 
retry because `dequeueTaskFromList`  need copiesRunning(index) == 0:
   ` if (!successful(index)) {
               if (copiesRunning(index) == 0) {
                 return Some(index)
               } else if (speculative && copiesRunning(index) == 1) {
                 return Some(index)
               }
             }`


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

Reply via email to