cloud-fan commented on code in PR #53247:
URL: https://github.com/apache/spark/pull/53247#discussion_r2585742698
##########
core/src/main/scala/org/apache/spark/InternalAccumulator.scala:
##########
@@ -40,6 +40,7 @@ private[spark] object InternalAccumulator {
val RESULT_SERIALIZATION_TIME = METRICS_PREFIX + "resultSerializationTime"
val MEMORY_BYTES_SPILLED = METRICS_PREFIX + "memoryBytesSpilled"
val DISK_BYTES_SPILLED = METRICS_PREFIX + "diskBytesSpilled"
+ val SPILL_TIME = METRICS_PREFIX + "spillTime"
Review Comment:
isn't spill size a more interesting metric than time?
--
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]