[ https://issues.apache.org/jira/browse/SPARK-5701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Or closed SPARK-5701. ---------------------------- Resolution: Fixed Fix Version/s: 1.3.0 Target Version/s: 1.3.0 > Only set ShuffleReadMetrics when task does a shuffle > ---------------------------------------------------- > > Key: SPARK-5701 > URL: https://issues.apache.org/jira/browse/SPARK-5701 > Project: Spark > Issue Type: Bug > Components: Spark Core > Affects Versions: 1.3.0, 1.2.1 > Reporter: Kay Ousterhout > Assignee: Kay Ousterhout > Priority: Minor > Fix For: 1.3.0 > > > The updateShuffleReadMetrics method in TaskMetrics (called by the executor > heartbeater) will currently always add a ShuffleReadMetrics to TaskMetrics > (with values set to 0), even when the task didn't read any shuffle data. > ShuffleReadMetrics should only be added if the task reads shuffle data. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org