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

[#973] improvement: Make shuffle manager client RPC timeout configurable #1017

Merged
merged 4 commits into from
Jul 20, 2023

Conversation

cchung100m
Copy link
Collaborator

What changes were proposed in this pull request?

Make shuffle manager client RPC timeout configurable

Why are the changes needed?

Fix: #973

Does this PR introduce any user-facing change?

No.

How was this patch tested?

current UT and Integration testing

@cchung100m cchung100m self-assigned this Jul 17, 2023
@cchung100m cchung100m requested review from jerqi and zuston July 17, 2023 15:34
@jerqi jerqi changed the title [#973][Improvement] Make shuffle manager client RPC timeout configurable [#973] improvement: Make shuffle manager client RPC timeout configurable Jul 18, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jul 19, 2023

Codecov Report

Merging #1017 (6d69a2b) into master (4b11370) will increase coverage by 1.18%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master    #1017      +/-   ##
============================================
+ Coverage     53.65%   54.83%   +1.18%     
- Complexity     2520     2527       +7     
============================================
  Files           382      362      -20     
  Lines         21647    19312    -2335     
  Branches       1798     1795       -3     
============================================
- Hits          11614    10590    -1024     
+ Misses         9328     8092    -1236     
+ Partials        705      630      -75     
Impacted Files Coverage Δ
.../org/apache/uniffle/common/config/RssBaseConf.java 96.75% <100.00%> (+0.10%) ⬆️
...fle/client/impl/grpc/ShuffleManagerGrpcClient.java 50.00% <100.00%> (+2.63%) ⬆️

... and 42 files with indirect coverage changes

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

Copy link
Contributor

@jerqi jerqi left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @zuston @cchung100m

Copy link
Member

@zuston zuston left a comment

Choose a reason for hiding this comment

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

LGTM

@zuston zuston merged commit d6b43f0 into apache:master Jul 20, 2023
30 checks passed
@rickyma
Copy link
Contributor

rickyma commented Jun 11, 2024

I don't think this works as expected, because we always new an RssBaseConf.

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] Make shuffle manager client RPC timeout configurable
5 participants