forked from apache/celeborn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CELEBORN-1271] Fix unregisterShuffle with celeborn.client.spark.fetc…
…h.throwsFetchFailure disabled ### What changes were proposed in this pull request? per https://issues.apache.org/jira/browse/CELEBORN-1271 fix the bug with SparkShuffleManager.unregisterShuffle when celeborn.client.spark.fetch.throwsFetchFailure=false ### Why are the changes needed? the bug causes shuffle data can't be cleaned with unregisterShuffle ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? manual tested Closes apache#2305 from ErikFang/CELEBORN-1271-fix-unregisterShuffle. Authored-by: Erik.fang <fmerik@gmail.com> Signed-off-by: waitinfuture <zky.zhoukeyong@alibaba-inc.com>
- Loading branch information
1 parent
d5a1bcd
commit 6d9fbf5
Showing
4 changed files
with
62 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters