ahshahid commented on PR #50033: URL: https://github.com/apache/spark/pull/50033#issuecomment-2785150890
But that is true only for shuffle stage, not with result stage. In case of result stage, output removal will not work.. in this pr , that is handled On Mon, Apr 7, 2025, 8:43 PM Attila Zsolt Piros ***@***.***> wrote: > What about the retry of partitions?. Because the failing stage is > indeterminate, all the partitions should be retired.. isn't it? > > ...but latter when the ResubmitFailedStages is handled the execution goes > to submitMissingTasks() where all the output is removed: > > > https://github.com/apache/spark/blob/2b3fb526c8bd8b486f280756d5282cc84f7473d7/core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala#L1555 > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/spark/pull/50033#issuecomment-2785144596>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AC6XG2A7AVEA6D4GZRYVBIT2YNAVJAVCNFSM6AAAAABXSCDWSKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOOBVGE2DINJZGY> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> > [image: attilapiros]*attilapiros* left a comment (apache/spark#50033) > <https://github.com/apache/spark/pull/50033#issuecomment-2785144596> > > What about the retry of partitions?. Because the failing stage is > indeterminate, all the partitions should be retired.. isn't it? > > ...but latter when the ResubmitFailedStages is handled the execution goes > to submitMissingTasks() where all the output is removed: > > > https://github.com/apache/spark/blob/2b3fb526c8bd8b486f280756d5282cc84f7473d7/core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala#L1555 > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/spark/pull/50033#issuecomment-2785144596>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AC6XG2A7AVEA6D4GZRYVBIT2YNAVJAVCNFSM6AAAAABXSCDWSKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOOBVGE2DINJZGY> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> > -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org