GitHub user JoshRosen opened a pull request:
https://github.com/apache/spark/pull/6197
[SPARK-7563] OutputCommitCoordinator.stop() should only run on the driver
This fixes a bug where an executor that exits can cause the driver's
OutputCommitCoordinator to stop. To fix this, we use an `isDriver` flag and
check it in `stop()`.
See https://issues.apache.org/jira/browse/SPARK-7563 for more details.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JoshRosen/spark SPARK-7563
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6197.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6197
----
commit 04b2cc5f50c16d95a848a3b6138b8b2e30f2a771
Author: Josh Rosen <[email protected]>
Date: 2015-05-15T18:58:39Z
[SPARK-7563] OutputCommitCoordinator.stop() should only be executed on the
driver
This fixes a bug where an executor that exits can cause the driver's
OutputCommitCoordinator to stop. To fix this, we add an isDriver() check to
stop.
----
---
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]