-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
add timeout to sofaRequest #1224
add timeout to sofaRequest #1224
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1224 +/- ##
============================================
+ Coverage 71.60% 72.03% +0.43%
+ Complexity 830 779 -51
============================================
Files 408 410 +2
Lines 17241 17374 +133
Branches 2686 2702 +16
============================================
+ Hits 12345 12515 +170
+ Misses 3529 3477 -52
- Partials 1367 1382 +15
Continue to review full report at Codecov.
|
core-impl/client/src/main/java/com/alipay/sofa/rpc/client/AbstractCluster.java
Outdated
Show resolved
Hide resolved
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
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
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
Before timeout only set in
com.alipay.remoting.rpc.protocol.RpcRequestCommand
on bolt, now add timeout tocom.alipay.sofa.rpc.core.request.SofaRequest
when resolveTimeout.