Skip to content

Commit

Permalink
Fix more test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
sryza committed Aug 6, 2014
1 parent 8be6218 commit b2a62ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ class ExternalAppendOnlyMap[K, V, C](

if (objectsWritten == serializerBatchSize) {
flush()
curWriteMetrics = new ShuffleWriteMetrics()
writer = blockManager.getDiskWriter(blockId, file, serializer, fileBufferSize,
curWriteMetrics)
}
Expand Down

0 comments on commit b2a62ed

Please sign in to comment.