You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Ye Zhou (Jira)" <ji...@apache.org> on 2023/04/11 23:09:00 UTC

[jira] [Created] (SPARK-43100) Mismatch of field name in log event writer and parser for push shuffle metrics

Ye Zhou created SPARK-43100:
-------------------------------

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


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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org