[
https://issues.apache.org/jira/browse/SPARK-12608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shixiong Zhu resolved SPARK-12608.
----------------------------------
Resolution: Fixed
Assignee: Shixiong Zhu
Fix Version/s: 2.0.0
> 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
> Assignee: Shixiong Zhu
> Fix For: 2.0.0
>
>
> 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]