Revision 2db6101001512fe80998d99cfb972ee51614dfcc authored by Shixiong Zhu on 17 May 2017, 21:13:49 UTC, committed by Shixiong Zhu on 17 May 2017, 21:13:56 UTC
## What changes were proposed in this pull request?

Executor task reaper may fail to detect if a task is finished or not when a task is finishing but being killed at the same time.

The fix is pretty easy, just flip the "finished" flag when a task is successful.

## How was this patch tested?

Jenkins

Author: Shixiong Zhu <shixiong@databricks.com>

Closes #18021 from zsxwing/SPARK-20788.

(cherry picked from commit f8e0f0f47c15ddd646b9f295b91d6748583fe011)
Signed-off-by: Shixiong Zhu <shixiong@databricks.com>
1 parent dac0b50
History
File Mode Size
src
pom.xml -rw-r--r-- 2.7 KB

back to top