We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd2f43 commit 1245eb7Copy full SHA for 1245eb7
core/src/main/scala/org/apache/spark/ui/jobs/JobProgressListener.scala
@@ -242,8 +242,7 @@ class JobProgressListener(conf: SparkConf) extends SparkListener with Logging {
242
t.taskMetrics)
243
244
// Overwrite task metrics
245
- // FIXME: deepcopy the metrics, or they will be the same object in local mode
246
- t.taskMetrics = Some(scala.util.Marshal.load[TaskMetrics](scala.util.Marshal.dump(taskMetrics)))
+ t.taskMetrics = Some(taskMetrics)
247
}
248
249
0 commit comments