[ISSUE-106][IMPROVEMENT] Set rpc timeout for all rpc interface#113
Conversation
|
Should we modify the value of |
Could you just modify the rpc timeout configuration to solve this problem? |
This ut not fail every time, it is affected by host load. Maybe it will be normal to run again |
You can trigger the test when you close the pr and reopen the pr again. According to my experience, the test won't be flaky test, if there are multiple failure pipelines. |
|
cc @colinmjj |
|
|
It's a flaky test. If you rerun, it will succeed. |
|
If you want to see the log, you can download https://github.com/apache/incubator-uniffle/actions/runs/2779258464 |
|
I can't see the contents like this. I just can see simple maven log. |
Click the link that I give you, and search |
I found it, thanks |
Codecov Report
@@ Coverage Diff @@
## master #113 +/- ##
============================================
+ Coverage 56.52% 57.11% +0.59%
- Complexity 1183 1199 +16
============================================
Files 149 150 +1
Lines 8019 8176 +157
Branches 767 773 +6
============================================
+ Hits 4533 4670 +137
- Misses 3242 3259 +17
- Partials 244 247 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. |
|
LGTM @colinmjj Do you have any other suggestion? |
roryqi
left a comment
There was a problem hiding this comment.
Thanks for your contribution @xianjingfeng


What changes were proposed in this pull request?
Solve issue #106 Set rpc timeout for all rpc interface
Why are the changes needed?
If oom encountered in shuffle server, rpc client will blocked until shuffle server was killed
Does this PR introduce any user-facing change?
No
How was this patch tested?
No need