Skip to content

Commit 4a01c45

Browse files
committed
Remove unnecessary log message
1 parent 27b18b0 commit 4a01c45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/org/apache/spark/shuffle/unsafe/UnsafeShuffleExternalSorter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ public void cleanupAfterError() {
288288
* @return true if the record can be inserted without requiring more allocations, false otherwise.
289289
*/
290290
private boolean haveSpaceForRecord(int requiredSpace) {
291-
logger.warn("Seeing if there's space for the record");
292291
assert (requiredSpace > 0);
293292
// The sort array will automatically expand when inserting a new record, so we only need to
294293
// worry about it having free space when spilling is enabled.

0 commit comments

Comments
 (0)