Skip to content

[CELEBORN-1721][FOLLOWUP] Return softsplit if there is no hardsplit for pushMergeData #3342

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RexXiong
Copy link
Contributor

What changes were proposed in this pull request?

Return SoftSplit status when there is no hard split for pushMergeData

Why are the changes needed?

HardSplit support was introduced in CELEBORN-1721, and it works well when the client and server are of the same version. However, using a 0.5.x client with a 0.6.x server can significantly impact shuffle write performance. This is because the 0.6.x server returns hardsplit status whenever there is any soft or hard split, leading the 0.5.x client to perform hardsplit on every partition. To maintain compatibility during upgrades, it's essential to preserve the original behavior for 0.5.x clients.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Pass GA & 1T tpcds with 0.5.4 version client, according to the test results, after applying this PR, revive decreased significantly, and performance improved.

test use 0.6.0-rc2 server, 0.5.4 client

image

test use 0.7.0 server + this pr, 0.5.4 client

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant