-
- Downloads
[SPARK-8498] [TUNGSTEN] fix npe in errorhandling path in unsafeshuffle writer
Author: Holden Karau <holden@pigscanfly.ca> Closes #6918 from holdenk/SPARK-8498-fix-npe-in-errorhandling-path-in-unsafeshuffle-writer and squashes the following commits: f807832 [Holden Karau] Log error if we can't throw it 855f9aa [Holden Karau] Spelling - not my strongest suite. Fix Propegates to Propagates. 039d620 [Holden Karau] Add missing closeandwriteoutput 30e558d [Holden Karau] go back to try/finally e503b8c [Holden Karau] Improve the test to ensure we aren't masking the underlying exception ae0b7a7 [Holden Karau] Fix the test 2e6abf7 [Holden Karau] Be more cautious when cleaning up during failed write and re-throw user exceptions
Showing
- core/src/main/java/org/apache/spark/shuffle/unsafe/UnsafeShuffleWriter.java 16 additions, 2 deletions.../org/apache/spark/shuffle/unsafe/UnsafeShuffleWriter.java
- core/src/test/java/org/apache/spark/shuffle/unsafe/UnsafeShuffleWriterSuite.java 17 additions, 0 deletions...apache/spark/shuffle/unsafe/UnsafeShuffleWriterSuite.java
Please register or sign in to comment