dongjoon-hyun commented on a change in pull request #32388:
URL: https://github.com/apache/spark/pull/32388#discussion_r628797092
##########
File path:
common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleServiceMetrics.java
##########
@@ -128,6 +142,12 @@ private static ShuffleServiceMetricsInfo
getShuffleServiceMetricsInfoForCounter(
return new ShuffleServiceMetricsInfo(name, "Value of counter " + name);
}
+ private static ShuffleServiceMetricsInfo getMetricsInfoGenericValue(
Review comment:
Although this is a private function, to be consistent with the existing
methods, `getMetricsInfoGenericValue` -> `getShuffleServiceMetricsInfoForValue`
might be better.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]