We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5545d83 commit a0b0881Copy full SHA for a0b0881
core/src/main/scala/org/apache/spark/SparkContext.scala
@@ -1402,11 +1402,11 @@ class SparkContext(config: SparkConf) extends Logging with ExecutorAllocationCli
1402
env.metricsSystem.report()
1403
metadataCleaner.cancel()
1404
cleaner.foreach(_.stop())
1405
+ executorAllocationManager.foreach(_.stop())
1406
dagScheduler.stop()
1407
dagScheduler = null
1408
listenerBus.stop()
1409
eventLogger.foreach(_.stop())
- executorAllocationManager.foreach(_.stop())
1410
env.actorSystem.stop(heartbeatReceiver)
1411
progressBar.foreach(_.stop())
1412
taskScheduler = null
0 commit comments