Skip to content

Commit 285600a

Browse files
committed
Intentionally don't start the tread to verify the executor is being shut down as planned
1 parent 3910d50 commit 285600a

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)