-
Notifications
You must be signed in to change notification settings - Fork 148
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
Conversation
common/src/main/java/org/apache/uniffle/common/config/RssBaseConf.java
Outdated
Show resolved
Hide resolved
common/src/main/java/org/apache/uniffle/common/config/RssBaseConf.java
Outdated
Show resolved
Hide resolved
…'POSITIVE_LONG_VALIDATOR'
Codecov Report
@@ 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
... and 42 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I don't think this works as expected, because we always new an |
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