RexXiong opened a new pull request, #3342:
URL: https://github.com/apache/celeborn/pull/3342
<!--
Thanks for sending a pull request! Here are some tips for you:
- Make sure the PR title start w/ a JIRA ticket, e.g. '[CELEBORN-XXXX]
Your PR title ...'.
- Be sure to keep the PR description updated to reflect all changes.
- Please write your PR title to summarize what this PR proposes.
- If possible, provide a concise example to reproduce the issue for a
faster review.
-->
### 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](https://issues.apache.org/jira/browse/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

#### test use 0.7.0 server + this pr, 0.5.4 client

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]