Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/42#discussion_r10457960 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/JobProgressListener.scala --- @@ -30,16 +32,23 @@ import org.apache.spark.scheduler._ * class, since the UI thread and the DAGScheduler event loop may otherwise * be reading/updating the internal data structures concurrently. --- End diff -- I personally think that from the user's perspective, they're mostly concerned with aggregate statistics (min/median/max) rather than the fine-grained correctness that this level of synchronization guarantees. So I'm not sure how important this is. That said, maybe there was a particular case regarding JobProgressListener specifically that I haven't thought of.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---