Skip to content

Commit 03a88ff

Browse files
committed
Revert "Intentionally don't start the tread to verify the executor is being shut down as planned"
This reverts commit 285600a.
1 parent 285600a commit 03a88ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/executor/CoarseGrainedExecutorBackend.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ private[spark] class CoarseGrainedExecutorBackend(
323323
}
324324
}
325325
}.setDaemon(true)
326-
// shutdownThread.start()
326+
shutdownThread.start()
327327

328328
logInfo("Will exit when finished decommissioning")
329329
// Return true since we are handling a signal

0 commit comments

Comments
 (0)