viirya commented on PR #46560: URL: https://github.com/apache/spark/pull/46560#issuecomment-2108007592
> 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 This is more correct. The `OutputCommitCoordinator` only knows that a commit is authorized (the task got the driver's permission). But in #36565, it is not distinct it from a commit success. It'd be better to update the reason string in `OutputCommitCoordinator`, although not related to this PR. -- 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]
