Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/23105#discussion_r235834225
  
    --- Diff: core/src/main/scala/org/apache/spark/shuffle/ShuffleManager.scala 
---
    @@ -48,7 +48,8 @@ private[spark] trait ShuffleManager {
           handle: ShuffleHandle,
           startPartition: Int,
           endPartition: Int,
    -      context: TaskContext): ShuffleReader[K, C]
    +      context: TaskContext,
    +      metrics: ShuffleMetricsReporter): ShuffleReader[K, C]
    --- End diff --
    
    IIUC, we should pass a read metrics reporter here, as this method is 
`getReader` which is called by the reducers to read shuffle files.


---

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

Reply via email to