[ https://issues.apache.org/jira/browse/SPARK-43100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mridul Muralidharan resolved SPARK-43100. ----------------------------------------- Fix Version/s: 4.1.0 Resolution: Fixed Issue resolved by pull request 51857 [https://github.com/apache/spark/pull/51857] > Mismatch of field name in log event writer and parser for push shuffle metrics > ------------------------------------------------------------------------------ > > Key: SPARK-43100 > URL: https://issues.apache.org/jira/browse/SPARK-43100 > Project: Spark > Issue Type: Bug > Components: Spark Core > Affects Versions: 3.4.0 > Reporter: Ye Zhou > Assignee: Thejdeep Gudivada > Priority: Major > Labels: pull-request-available > Fix For: 4.1.0 > > > For push based shuffle metrics, when writting out the event to log file, the > field name is "Push Based Shuffle", in > [https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/util/JsonProtocol.scala#L548] > But when parsing it out in SHS, the expected field name is "Shuffle Push Read > Metrics", as shown > [https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/util/JsonProtocol.scala#L1264] > This mismatch makes all the push shuffle metrics 0 from SHS rest calls. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org