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 27b18b0 commit 4a01c45Copy full SHA for 4a01c45
core/src/main/java/org/apache/spark/shuffle/unsafe/UnsafeShuffleExternalSorter.java
@@ -288,7 +288,6 @@ public void cleanupAfterError() {
288
* @return true if the record can be inserted without requiring more allocations, false otherwise.
289
*/
290
private boolean haveSpaceForRecord(int requiredSpace) {
291
- logger.warn("Seeing if there's space for the record");
292
assert (requiredSpace > 0);
293
// The sort array will automatically expand when inserting a new record, so we only need to
294
// worry about it having free space when spilling is enabled.
0 commit comments