GitHub user zsxwing opened a pull request:
https://github.com/apache/spark/pull/10560
[SPARK-12608][Streaming]Remove submitJobThreadPool since submitJob doesn't
create a separate thread to wait for the job result
Before #9264, submitJob would create a separate thread to wait for the job
result. `submitJobThreadPool` was a workaround in `ReceiverTracker` to run
these waiting-job-result threads. Now #9264 has been merged to master and
resolved this blocking issue, `submitJobThreadPool` can be removed now.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zsxwing/spark remove-submitJobThreadPool
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/10560.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 #10560
----
commit 6bef376bf40b4ccd3893421c20529783ce9dd858
Author: Shixiong Zhu <[email protected]>
Date: 2016-01-03T07:12:35Z
Remove submitJobThreadPool since submitJob doesn't create a separate thread
to wait for the job result
----
---
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]