liangxs opened a new pull request #27072: [SPARK-30404] Fix wrong log for FetchFailed task's successful speculation URL: https://github.com/apache/spark/pull/27072 ### What changes were proposed in this pull request? When a task failed due to FetchFailedException, its index is recorded in ```fetchFailedIndex``` If another attempt of the task finished successfully, the attempt will output log: ```Finished task ... in stage ...``` ### Why are the changes needed? spark driver log of the successful task attempt should be ``` INFO TaskSetManager: Finished task ... in stage ... (TID ...) in 10000 ms on 9.6.103.126 ... ``` instead of ``` INFO Ignoring task-finished event for ... in stage ... because task ... has already completed successfully ``` ### Does this PR introduce any user-facing change? No ### How was this patch tested? test manually, and verify output logs.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
