We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49aed30 commit 29a7575Copy full SHA for 29a7575
unsafe/src/main/java/org/apache/spark/unsafe/map/BytesToBytesMap.java
@@ -593,7 +593,6 @@ private void growAndRehash() {
593
allocator.free(oldLongArray.memoryBlock());
594
allocator.free(oldBitSet.memoryBlock());
595
if (enablePerfMetrics) {
596
- System.out.println("Resizing took " + (System.currentTimeMillis() - resizeStartTime) + " ms");
597
timeSpentResizingMs += System.currentTimeMillis() - resizeStartTime;
598
}
599
0 commit comments