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

    https://github.com/apache/spark/pull/5288#discussion_r27460149
  
    --- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala 
---
    @@ -675,7 +679,7 @@ class DAGScheduler(
         // Cancel all jobs belonging to this job group.
         // First finds all active jobs with this group id, and then kill 
stages for them.
         val activeInGroup = activeJobs.filter(activeJob =>
    -      groupId == activeJob.properties.get(SparkContext.SPARK_JOB_GROUP_ID))
    --- End diff --
    
    This bug has been around since 2013!


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to