Return-Path: X-Original-To: apmail-spark-issues-archive@minotaur.apache.org Delivered-To: apmail-spark-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C9E9418852 for ; Mon, 4 May 2015 21:27:06 +0000 (UTC) Received: (qmail 69035 invoked by uid 500); 4 May 2015 21:27:06 -0000 Delivered-To: apmail-spark-issues-archive@spark.apache.org Received: (qmail 69009 invoked by uid 500); 4 May 2015 21:27:06 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 68995 invoked by uid 99); 4 May 2015 21:27:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2015 21:27:06 +0000 Date: Mon, 4 May 2015 21:27:06 +0000 (UTC) From: "Apache Spark (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SPARK-7346) Fix a bug that ssc.stop(true, stopGracefully = true) may block forever MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SPARK-7346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14527347#comment-14527347 ] Apache Spark commented on SPARK-7346: ------------------------------------- User 'zsxwing' has created a pull request for this issue: https://github.com/apache/spark/pull/5894 > 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