GitHub user sarutak opened a pull request:
https://github.com/apache/spark/pull/3781
[SPARK-4949] [SPARK-4949] shutdownCallback in SparkDeploySchedulerBackend
should be enclosed by synchronized block.
A variable `shutdownCallback` in SparkDeploySchedulerBackend can be
accessed from multiple threads so it should be enclosed by synchronized block.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sarutak/spark SPARK-4949
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/3781.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 #3781
----
commit 5942765c27f908767035d2b15dcf8f7482e4a9db
Author: Kousuke Saruta <[email protected]>
Date: 2014-12-24T04:35:00Z
Enclosed shutdownCallback in SparkDeploySchedulerBackend by synchronized
block
----
---
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]