Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
revert adding volatile
  • Loading branch information
cloud-fan committed Mar 5, 2019
commit 58f646eee88bde40b0f4e6440c2af61a2b90364b
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private[spark] class TaskSetManager(
// state until all tasks have finished running; we keep TaskSetManagers that are in the zombie
// state in order to continue to track and account for the running tasks.
// TODO: We should kill any running task attempts when the task set manager becomes a zombie.
@volatile private[scheduler] var isZombie = false
private[scheduler] var isZombie = false

// Whether the taskSet run tasks from a barrier stage. Spark must launch all the tasks at the
// same time for a barrier stage.
Expand Down