forked from apache/incubator-uniffle
-
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.
[apache#1011] feat(tez): Avoid recompute succeeded task. (apache#1033)
### What changes were proposed in this pull request? Avoid recompute succeeded task. Detailed information see apache#1011 Here only 2.a, 2.b, 2.c is solved. 2.d will not be solved in this PR. ### Why are the changes needed? Fix: apache#1011 ### Does this PR introduce _any_ user-facing change? New config 'rss.avoid.recompute.succeeded.task' was introduced, default value is false. If set to true, we won't recompute the succeed task when the reason of recompute is about node failed. >Note: I suggest change default value to true after running on production cluster some months. ### How was this patch tested? integration test and test in yarn cluster.
- Loading branch information
1 parent
103484a
commit 1701d06
Showing
6 changed files
with
817 additions
and
2 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
Oops, something went wrong.