Github user jerryshao commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19160#discussion_r139861303
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/ExternalShuffleServiceSource.scala 
---
    @@ -19,19 +19,19 @@ package org.apache.spark.deploy
     
     import javax.annotation.concurrent.ThreadSafe
     
    -import com.codahale.metrics.MetricRegistry
    +import com.codahale.metrics.{MetricRegistry, MetricSet}
     
     import org.apache.spark.metrics.source.Source
    -import org.apache.spark.network.shuffle.ExternalShuffleBlockHandler
     
     /**
      * Provides metrics source for external shuffle service
      */
     @ThreadSafe
    -private class ExternalShuffleServiceSource
    -(blockHandler: ExternalShuffleBlockHandler) extends Source {
    +private class ExternalShuffleServiceSource extends Source {
    --- End diff --
    
    I'm not sure, maybe it should a part of regular shuffle server.


---

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

Reply via email to