Skip to content

Commit ceb6281

Browse files
maji2014rxin
authored andcommitted
[SPARK-4619][Storage]delete redundant time suffix
Time suffix exists in Utils.getUsedTimeMs(startTime), no need to append again, delete that Author: maji2014 <[email protected]> Closes #3475 from maji2014/SPARK-4619 and squashes the following commits: df0da4e [maji2014] delete redundant time suffix
1 parent 120a350 commit ceb6281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ final class ShuffleBlockFetcherIterator(
265265

266266
// Get Local Blocks
267267
fetchLocalBlocks()
268-
logDebug("Got local blocks in " + Utils.getUsedTimeMs(startTime) + " ms")
268+
logDebug("Got local blocks in " + Utils.getUsedTimeMs(startTime))
269269
}
270270

271271
override def hasNext: Boolean = numBlocksProcessed < numBlocksToFetch

0 commit comments

Comments
 (0)