Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The new unified memory management model in SPARK-10983 uncovered many brittle tests that rely on arbitrary thresholds to detect spilling. Some tests don't even assert that spilling did occur.
We should go through all the places where we test spilling behavior and correct the tests, a subset of which are definitely incorrect. Potential suspects:
- UnsafeShuffleSuite
- ExternalAppendOnlyMapSuite
- ExternalSorterSuite
- SQLQuerySuite
- DistributedSuite
Attachments
Issue Links
- is related to
-
SPARK-16193 Address flaky ExternalAppendOnlyMapSuite spilling tests
-
- Resolved
-
- links to