You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/07/15 03:28:04 UTC

[jira] [Commented] (SPARK-5681) Calling graceful stop() immediately after start() on StreamingContext should not get stuck indefinitely

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

Apache Spark commented on SPARK-5681:
-------------------------------------

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

> Calling graceful stop() immediately after start() on StreamingContext should not get stuck indefinitely
> -------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-5681
>                 URL: https://issues.apache.org/jira/browse/SPARK-5681
>             Project: Spark
>          Issue Type: Bug
>          Components: Streaming
>            Reporter: Liang-Chi Hsieh
>
> Sometimes the receiver will be registered into tracker after ssc.stop is called. Especially when stop() is called immediately after start(). So the receiver doesn't get the StopReceiver message from the tracker. In this case, when you call stop() in graceful mode, stop() would get stuck indefinitely.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org