You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shixiong Zhu (JIRA)" <ji...@apache.org> on 2015/05/04 23:22:09 UTC

[jira] [Created] (SPARK-7346) Fix a bug that ssc.stop(true, stopGracefully = true) may block forever

Shixiong Zhu created SPARK-7346:
-----------------------------------

             Summary: Fix a bug that ssc.stop(true, stopGracefully = true) may block forever
                 Key: SPARK-7346
                 URL: https://issues.apache.org/jira/browse/SPARK-7346
             Project: Spark
          Issue Type: Bug
          Components: Streaming
            Reporter: Shixiong Zhu


Sometimes, when calling "ssc.stop(true, stopGracefully = true)", ReceiverSupervisorImpl may not receive StopReceiver because it has not yet registered. Then "ssc.stop(true, stopGracefully = true)" will block forever.



--
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