viirya commented on PR #46560:
URL: https://github.com/apache/spark/pull/46560#issuecomment-2107789604

   > The task got the driver's permission to commit the task, but the 
committing failed and thus the task failed. This will trigger a stage failure 
as it means possible data duplication, see 
https://github.com/apache/spark/pull/36564
   
   I read https://github.com/apache/spark/pull/36564, it seems to handle the 
case that a commit is successful but the task is failed which means data 
duplication is possible.
   
   But here the task and the commit are both failed. It should not cause data 
duplication. Does it also trigger a stage failure?
   


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