-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-25250][CORE] : Late zombie task completions handled correctly even before new taskset launched #22806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
5ad6efd
[SPARK-25250] : On successful completion of a task attempt on a parti…
8667c28
Merge branch 'master' of https://github.com/pgandhi999/spark into SPA…
a73f619
[SPARK-25250] : Calling maybeFinishTaskSet() from method and adding c…
5509165
Merge branch 'master' of https://github.com/pgandhi999/spark into SPA…
ee5bc68
[SPARK-25250] : Fixing scalastyle tests
7677aec
[SPARK-25250] : Addressing Reviews January 2, 2019
67e1644
Merge branch 'master' of https://github.com/pgandhi999/spark into SPA…
f395b65
[SPARK-25250] : Addressing Reviews January 8, 2019
f7102ca
[SPARK-25250] : Addressing Reviews January 9, 2019
6709fe1
[SPARK-25250] : Addressing Reviews January 10, 2019
5234e87
Merge branch 'master' of https://github.com/pgandhi999/spark into SPA…
9efbc58
[SPARK-25250] : Addressing Reviews January 15, 2019
6abd52c
[SPARK-25250] : Addressing Reviews January 15, 2019 - 2
89373af
Merge branch 'master' of https://github.com/pgandhi999/spark into SPA…
231c51b
[SPARK-25250] : Addressing Reviews January 16, 2019
fcfe9f5
[SPARK-25250] : Addressing Reviews January 18, 2019
7ce6f10
[SPARK-25250] : Adding unit test
0610939
Merge branch 'master' of https://github.com/pgandhi999/spark into SPA…
929fbf9
[SPARK-25250] : Addressing Reviews January 24, 2019
393f901
[SPARK-25250] : Fixing Unit Tests
52e832a
[SPARK-25250] : Addressing Reviews January 30, 2019
afbac96
Merge branch 'master' of https://github.com/pgandhi999/spark into SPA…
024ec53
[SPARK-25250] : Fixing Scalastyle Checks
d2b7044
[SPARK-25250] : Addressing Minor Reviews January 30, 2019
d6ac4a9
[SPARK-25250] : Addressing Reviews January 31, 2019
e9b363b
Merge branch 'master' of https://github.com/pgandhi999/spark into SPA…
b55dbb0
[SPARK-25250] : Restructuring PR and trying out a different solution
551f412
[SPARK-25250] : Fixing indentation
28017ed
[SPARK-25250] : Addressing Reviews February 19, 2019
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[SPARK-25250] : Addressing Reviews January 31, 2019
Removing call to maybeFinishTaskSet().
- Loading branch information
There are no files selected for viewing
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why you remove this ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before we were going to merge this PR, the redundant call to
maybeFinishTaskSet()was told to be removed in an earlier comment in this PR.