[ 
https://issues.apache.org/jira/browse/SPARK-12608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15076777#comment-15076777
 ] 

Apache Spark commented on SPARK-12608:
--------------------------------------

User 'zsxwing' has created a pull request for this issue:
https://github.com/apache/spark/pull/10560

> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to