-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-51272][CORE]. Fix for the race condition in Scheduler causing failure in retrying all partitions in case of indeterministic shuffle keys #50033
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 2 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
c537b3a
SPARK-51272. Fix for the race condition in Scheduler causing failure …
765ae55
SPARK-51272. added a reliable bug test demonstrating the race conditi…
e9a4659
SPARK-51272. fixed comment
1da65be
Merge branch 'upstream-master' into SPARK-51272
fc918af
SPARK-51272: Reworked the test reproducing the race condition, by not…
d204a67
SPARK-51272: formatting change
5a940a7
SPARK-51272: added some explanation to what test is doing to get the …
ddeeff8
SPARK-51272: Given the insight by Attila that DagEventProcessing will…
c4e1fee
SPARK-51272: formatting changes.
f84af25
initial changes
ac963bf
SPARK-51272. incorporating review feedback
d652319
SPARK-51272. incorporating review feedback. removing explict invocati…
d8b4079
initial changes
a0c700c
SPARK-51272. rectified a comment and renamed the test
a930c9d
initial changes
9b153a3
SPARK-51272. incorporated review feedback to refactor test
70b7910
SPARK-51272. incorporated review feedback to refactor test
a5ddc9e
initial changes
001258a
initial changes
a819f4f
initial changes
d8eb1c3
SPARK-51272. implemented review feedback. refactored code. no longer …
1ec98f0
SPARK-51272. Fixed the situation where ResultStage is inDeterminate b…
69b66aa
initial config
c95a34d
Merge branch 'SPARK-51016-functional-bug-repro' into SPARK-51272
c5fbb45
Merge branch 'upstream-master' into SPARK-51272
3439bf9
SPARK-51272. added disabled functional test to reproduce the issue. N…
abcd133
SPARK-51272. added disabled functional test to reproduce the issue. N…
b8865af
SPARK-51272. added disabled functional test to reproduce the issue. N…
784aad3
SPARK-51272. added another unit test which checks for all partitions …
cd041ee
SPARK-51272. formatting change
2c95271
SPARK-51272. Increased the number of iterations. Using two positions …
1014c6b
SPARK-51272. fixed scalastyle issue
b1a0593
SPARK-51272. Implementing review feedbackk. Making sql dependency in …
dc08a7b
SPARK-51272. Implementing review feedbackk. Making sql dependency in …
4f263d1
SPARK-51272. refactored the code so that findMissingPartitions code r…
3895fec
SPARK-51272. refactored the code, based on the review feedback. Refac…
2498169
SPARK-51272. Aborting the result stage if its number of missing parti…
9fd7114
SPARK-51272. reverted previous change of throwing abort exception
914123f
SPARK-51272. Fixed the tests code as per feedback to use direct depen…
00a4aad
SPARK-51272. Fixed the race in test causing inconsistent pass
2d3cb78
SPARK-51272. provided explanation for the HA test
47eab67
SPARK-51272. provided explanation for the HA test
f16187c
SPARK-51272. Made the assertions stronger by using separate hostnames…
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.