You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Filipp Zhinkin (JIRA)" <ji...@apache.org> on 2017/06/13 16:41:00 UTC

[jira] [Created] (SPARK-21081) Throw specific IllegalStateException subtype when that asserting SparkContext not stopped

Filipp Zhinkin created SPARK-21081:
--------------------------------------

             Summary: Throw specific IllegalStateException subtype when that asserting SparkContext not stopped
                 Key: SPARK-21081
                 URL: https://issues.apache.org/jira/browse/SPARK-21081
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 2.1.1
            Reporter: Filipp Zhinkin
            Priority: Minor


org.apache.spark.SparkContext.assertNotStopped throws IllegalStateException if the context was stopped.
Unfortunately, it is not so easy to distinguish IAE caused by a stopped context from some other  failed assertion and handle it properly (start a new context, for example).

I'm suggesting to add a specific IllegalStateException subclass (SparkContextClosedException) and start throwing it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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