Github user tnachen commented on a diff in the pull request:
https://github.com/apache/spark/pull/21027#discussion_r208467704
--- Diff:
resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerUtils.scala
---
@@ -160,7 +161,10 @@ trait MesosSchedulerUtils extends Logging {
logError("driver.run() failed", e)
error = Some(e)
markErr()
- }
+ } finally {
+ logWarning("schedulerDriver stopped")
+ schedulerDriverStopped.set(true)
+ }
--- End diff --
Fix indent
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]