Skip to content

[#1342] improvement(server): dump appId when clearing resource fails - #1343

Merged
zuston merged 2 commits into
apache:masterfrom
zuston:issue-1342
Dec 1, 2023
Merged

[#1342] improvement(server): dump appId when clearing resource fails#1343
zuston merged 2 commits into
apache:masterfrom
zuston:issue-1342

Conversation

@zuston

@zuston zuston commented Dec 1, 2023

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

record the appId and shuffleIds in the log when clearing resource fail

Why are the changes needed?

Fix: #1342

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Neen't

@zuston
zuston requested review from roryqi and xianjingfeng December 1, 2023 06:07
@codecov-commenter

codecov-commenter commented Dec 1, 2023

Copy link
Copy Markdown

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (64dd847) 53.25% compared to head (55c85db) 54.14%.

Files Patch % Lines
.../org/apache/uniffle/server/ShuffleTaskManager.java 20.00% 8 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1343      +/-   ##
============================================
+ Coverage     53.25%   54.14%   +0.89%     
  Complexity     2706     2706              
============================================
  Files           418      398      -20     
  Lines         23866    21514    -2352     
  Branches       2036     2038       +2     
============================================
- Hits          12709    11649    -1060     
+ Misses        10374     9153    -1221     
+ Partials        783      712      -71     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@roryqi roryqi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM. Thanks @zuston

@smallzhongfeng smallzhongfeng left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👍

@zuston
zuston merged commit 2eb026b into apache:master Dec 1, 2023
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.

[Improvement] Record the appId when failure on clearing resources

4 participants