hbgstc123 commented on PR #8927: URL: https://github.com/apache/paimon/pull/8927#issuecomment-5308630571
> Only interrupted "speculative loser" tasks are cleaned up; if a retry attempt completes successfully but its result is discarded by the Driver, `TaskContext` is not marked as interrupted, and the file becomes an orphan. Comments in the PR tests acknowledge that this scenario relies solely on the orphan cleaner, meaning the core issue described in the PR has not been fully resolved. That is right, When a retry attempt finishes normally but its result is discarded by the driver, there is no signal available on the task side at return time, I’ll update the PR description to state this boundary explicitly instead of implying full resolution. -- 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]
