This is an automated email from the ASF dual-hosted git repository.

wuyi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 09e1c61  [SPARK-36255][SHUFFLE][CORE] Stop pushing and retrying on 
FileNotFound exceptions
     add 70a1586  [SPARK-35259][SHUFFLE] Update ExternalBlockHandler Timer 
variables to expose correct units

No new revisions were added by this update.

Summary of changes:
 .../network/util/TimerWithCustomTimeUnit.java      | 124 +++++++++++++++++++++
 .../network/util/TimerWithCustomUnitSuite.java     | 109 ++++++++++++++++++
 .../network/shuffle/ExternalBlockHandler.java      |  14 ++-
 .../network/yarn/YarnShuffleServiceMetrics.java    |  11 +-
 .../yarn/YarnShuffleServiceMetricsSuite.scala      |  18 ++-
 5 files changed, 255 insertions(+), 21 deletions(-)
 create mode 100644 
common/network-common/src/main/java/org/apache/spark/network/util/TimerWithCustomTimeUnit.java
 create mode 100644 
common/network-common/src/test/java/org/apache/spark/network/util/TimerWithCustomUnitSuite.java

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to