Skip to content

Commit 69fcc23

Browse files
committed
Rebased against apache master
1 parent d53293e commit 69fcc23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ final class ShuffleBlockFetcherIterator(
387387
pushMergedLocalBlocks ++= blockInfos.map(_._1)
388388
pushMergedLocalBlockBytes += blockInfos.map(_._3).sum
389389
} else {
390-
remoteBlockBytes += blockInfos.map(_._2).sum
391390
collectFetchRequests(address, blockInfos, collectedRemoteRequests)
392391
}
393392
} else if (mutable.HashSet(blockManager.blockManagerId.executorId, fallback)

0 commit comments

Comments
 (0)