[CELEBORN-1278] Avoid calculating all outstanding requests to improve performance#2319
Closed
turboFei wants to merge 1 commit into
Closed
[CELEBORN-1278] Avoid calculating all outstanding requests to improve performance#2319turboFei wants to merge 1 commit into
turboFei wants to merge 1 commit into
Conversation
82edfd5 to
4be83ae
Compare
Member
Author
|
This issue is fixed by SPARK-37894 |
pan3793
approved these changes
Feb 23, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2319 +/- ##
==========================================
- Coverage 48.87% 48.73% -0.13%
==========================================
Files 207 207
Lines 12936 12978 +42
Branches 1114 1117 +3
==========================================
+ Hits 6321 6324 +3
- Misses 6208 6246 +38
- Partials 407 408 +1 ☔ View full report in Codecov by Sentry. |
cxzl25
approved these changes
Feb 23, 2024
SteNicholas
approved these changes
Feb 23, 2024
FMX
approved these changes
Feb 23, 2024
FMX
pushed a commit
that referenced
this pull request
Feb 23, 2024
… performance ### What changes were proposed in this pull request? Refer [SPARK-37894](https://issues.apache.org/jira/browse/SPARK-37984)/ apache/spark#35276 Avoid calculating all outstanding requests to improve performance ### Why are the changes needed? Ditto. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Not needed. Closes #2319 from turboFei/SPARK-37984_backport. Authored-by: Fei Wang <fwang12@ebay.com> Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com> (cherry picked from commit 621a719) Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changes were proposed in this pull request?
Refer SPARK-37894/ apache/spark#35276
Avoid calculating all outstanding requests to improve performance
Why are the changes needed?
Ditto.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Not needed.