[2/2] spark git commit: [SPARK-24589][CORE] Correctly identify tasks in output commit coordinator [branch-2.1].

2018-06-22 Thread vanzin
[SPARK-24589][CORE] Correctly identify tasks in output commit coordinator [branch-2.1]. When an output stage is retried, it's possible that tasks from the previous attempt are still running. In that case, there would be a new task for the same partition in the new attempt, and the coordinator

spark git commit: [SPARK-24589][CORE] Correctly identify tasks in output commit coordinator.

2018-06-21 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-2.2 7bfefc928 -> 751b00820 [SPARK-24589][CORE] Correctly identify tasks in output commit coordinator. When an output stage is retried, it's possible that tasks from the previous attempt are still running. In that case, there would be a new

spark git commit: [SPARK-24589][CORE] Correctly identify tasks in output commit coordinator.

2018-06-21 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-2.3 8928de3cd -> 3a4b6f3be [SPARK-24589][CORE] Correctly identify tasks in output commit coordinator. When an output stage is retried, it's possible that tasks from the previous attempt are still running. In that case, there would be a new

spark git commit: [SPARK-24589][CORE] Correctly identify tasks in output commit coordinator.

2018-06-21 Thread tgraves
Repository: spark Updated Branches: refs/heads/master b56e9c613 -> c8e909cd4 [SPARK-24589][CORE] Correctly identify tasks in output commit coordinator. When an output stage is retried, it's possible that tasks from the previous attempt are still running. In that case, there would be a new