-
Notifications
You must be signed in to change notification settings - Fork 385
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
[CELEBORN-1856]Support stage-rerun when read partition by chunkOffsets when enable optimize skew partition read #3118
base: main
Are you sure you want to change the base?
Conversation
Cluster test is doing |
Thank you for your efforts, @wangshengjie123 , is there any update? |
Updated, fix some data consistency issues. I will rebase the code later PTAL, thanks @RexXiong |
…ts when enable optimize skew partition read
…nstream shuffle, should get a new shuffle id
88fa883
to
264265c
Compare
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.
We also need to check (!stage.isIndeterminate && task.stageAttemptId < stage.latestInfo.attemptNumber()) when the task succeeds, just as we would for an indeterminate stage. Skew Partition read task should ignore partition complete event when task.stageAttemptId < stage.latestInfo.attemptNumber()
What changes were proposed in this pull request?
Support stage-rerun when read partition by chunkOffsets when enable optimize skew partition read
Why are the changes needed?
In CELEBORN-1319, we have already implemented the skew partition read optimization based on chunk offsets, but we don't support skew partition shuffle retry, so we need support the stage rerun.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Cluster test