You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2019/07/16 16:42:16 UTC

[jira] [Updated] (SPARK-24611) Clean up OutputCommitCoordinator

     [ https://issues.apache.org/jira/browse/SPARK-24611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dongjoon Hyun updated SPARK-24611:
----------------------------------
    Affects Version/s:     (was: 2.4.0)
                       3.0.0

> Clean up OutputCommitCoordinator
> --------------------------------
>
>                 Key: SPARK-24611
>                 URL: https://issues.apache.org/jira/browse/SPARK-24611
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 3.0.0
>            Reporter: Marcelo Vanzin
>            Priority: Major
>
> This is a follow up to SPARK-24589, to address some issues brought up during review of the change:
> - the DAGScheduler registers all stages with the coordinator, when at first view only result stages need to. That would save memory in the driver.
> - the coordinator can track task IDs instead of the internal "TaskIdentifier" type it uses; that would also save some memory, and also be more accurate.
> - {{TaskCommitDenied}} currently has a "job ID" when it's really a stage ID, and it contains the task attempt number, when it should probably have the task ID instead (like above).
> The latter is an API breakage (in a class tagged as developer API, but still), and also affects data written to event logs.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org