Github user pwendell commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1056#discussion_r15681898
  
    --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala ---
    @@ -991,6 +994,9 @@ class SparkContext(config: SparkConf) extends Logging {
         dagScheduler = null
         if (dagSchedulerCopy != null) {
           metadataCleaner.cancel()
    +      if (heartbeatReceiver != null) {
    --- End diff --
    
    I don't see an execution code path where this could possibly be null. Is 
there one?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to