Shixiong Zhu created SPARK-12608:
------------------------------------
Summary: Remove submitJobThreadPool since submitJob doesn't create
a separate thread to wait for the job result
Key: SPARK-12608
URL: https://issues.apache.org/jira/browse/SPARK-12608
Project: Spark
Issue Type: Improvement
Components: Streaming
Reporter: Shixiong Zhu
Before [#9264|https://github.com/apache/spark/pull/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|https://github.com/apache/spark/pull/9264] has been merged to master and
resolved this blocking issue, `submitJobThreadPool` can be removed now.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]