Github user drcrallen commented on a diff in the pull request:
https://github.com/apache/spark/pull/10319#discussion_r51638882
--- Diff: docs/running-on-mesos.md ---
@@ -387,6 +387,13 @@ See the [configuration page](configuration.html) for
information on Spark config
</ul>
</td>
</tr>
+<tr>
+ <td><code>spark.mesos.coarse.shutdown.ms</code></td>
+ <td><code>10000</code> (10 seconds)</td>
+ <td>
+ Time (in ms) to wait for executors to report that they have exited.
Setting this too low has the risk of shutting down the Mesos driver (and
thereby killing the spark executors) while the executor is still in the process
of exiting cleanly.
--- End diff --
Please reconcile with
https://github.com/apache/spark/pull/10319#issuecomment-172006944 on if this
needs to be here
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]