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

    https://github.com/apache/spark/pull/186#discussion_r11099101
  
    --- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala 
---
    @@ -524,10 +543,11 @@ class DAGScheduler(
                 listener.jobFailed(e)
                 return false
             }
    -        val job = new ActiveJob(jobId, finalStage, func, partitions, 
callSite, listener, properties)
    +        val job = new ActiveJob(jobId, finalStage, func, partitions, 
callSite, listener,
    +          properties)
             clearCacheLocs()
             logInfo("Got job " + job.jobId + " (" + callSite + ") with " + 
partitions.length +
    -                " output partitions (allowLocal=" + allowLocal + ")")
    --- End diff --
    
    Ah, I see, because at some point, I added a try/catch block to include 
everything in the processEvent(), then we changed to akka-based solution, I 
used control + command + L for reformat the code.... I will recover them....


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