Skip to content
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-845][BUG] Sort memory counter won't decrease after sort failed #1766

Closed
wants to merge 2 commits into from

Conversation

FMX
Copy link
Contributor

@FMX FMX commented Jul 27, 2023

What changes were proposed in this pull request?

Decrease sort memory counter after sorting procedure is complete.

Why are the changes needed?

Fix incorrect sort memory counter.

Does this PR introduce any user-facing change?

NO.

How was this patch tested?

UT.

@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Merging #1766 (ac9f8be) into main (e16b267) will decrease coverage by 0.00%.
Report is 3 commits behind head on main.
The diff coverage is 0.00%.

❗ Current head ac9f8be differs from pull request most recent head afe16b8. Consider uploading reports for the commit afe16b8 to get more accurate results

@@            Coverage Diff             @@
##             main    #1766      +/-   ##
==========================================
- Coverage   46.74%   46.74%   -0.00%     
==========================================
  Files         162      162              
  Lines       10026    10027       +1     
  Branches      925      926       +1     
==========================================
  Hits         4686     4686              
  Misses       5021     5021              
- Partials      319      320       +1     
Files Changed Coverage Δ
...cala/org/apache/celeborn/common/CelebornConf.scala 87.24% <0.00%> (-0.03%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@AngersZhuuuu AngersZhuuuu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@FMX FMX changed the title [CELEBORN-845][BUG] Sort memory counter won't decrease after sort failed. [CELEBORN-845][BUG] Sort memory counter won't decrease after sort failed Jul 27, 2023
@FMX FMX closed this in 90959cb Jul 27, 2023
FMX added a commit that referenced this pull request Jul 27, 2023
### What changes were proposed in this pull request?
Decrease sort memory counter after sorting procedure is complete.

### Why are the changes needed?
Fix incorrect sort memory counter.

### Does this PR introduce _any_ user-facing change?
NO.

### How was this patch tested?
UT.

Closes #1766 from FMX/CELEBORN-845.

Authored-by: mingji <[email protected]>
Signed-off-by: mingji <[email protected]>
(cherry picked from commit 90959cb)
Signed-off-by: mingji <[email protected]>
zwangsheng pushed a commit to zwangsheng/RemoteShuffleService that referenced this pull request Aug 28, 2023
### What changes were proposed in this pull request?
Decrease sort memory counter after sorting procedure is complete.

### Why are the changes needed?
Fix incorrect sort memory counter.

### Does this PR introduce _any_ user-facing change?
NO.

### How was this patch tested?
UT.

Closes apache#1766 from FMX/CELEBORN-845.

Authored-by: mingji <[email protected]>
Signed-off-by: mingji <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants