srowen commented on a change in pull request #34749:
URL: https://github.com/apache/spark/pull/34749#discussion_r767165672



##########
File path: core/src/main/scala/org/apache/spark/metrics/ExecutorMetricType.scala
##########
@@ -137,7 +138,9 @@ case object GarbageCollectionMetrics extends 
ExecutorMetricType with Logging {
 
   override private[spark] def getMetricValues(memoryManager: MemoryManager): 
Array[Long] = {
     val gcMetrics = new Array[Long](names.length) // minorCount, minorTime, 
majorCount, majorTime

Review comment:
       One last thing - should we update or remove this comment? it's missing 
the 5th name.
   No big deal




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to