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

Fix callback timeout #9463

Merged
merged 1 commit into from Jan 12, 2022
Merged

Fix callback timeout #9463

merged 1 commit into from Jan 12, 2022

Conversation

wuwen5
Copy link
Contributor

@wuwen5 wuwen5 commented Dec 22, 2021

What is the purpose of the change

callback use correct timeout

@codecov-commenter
Copy link

codecov-commenter commented Dec 22, 2021

Codecov Report

Merging #9463 (987fd70) into master (2fc9e27) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #9463      +/-   ##
============================================
+ Coverage     60.87%   60.88%   +0.01%     
  Complexity      447      447              
============================================
  Files          1100     1100              
  Lines         44518    44520       +2     
  Branches       6478     6478              
============================================
+ Hits          27100    27107       +7     
+ Misses        14454    14446       -8     
- Partials       2964     2967       +3     
Impacted Files Coverage Δ
...ubbo/rpc/protocol/dubbo/ChannelWrappedInvoker.java 43.75% <100.00%> (+0.27%) ⬆️
.../dubbo/remoting/transport/netty4/NettyChannel.java 63.36% <0.00%> (-2.98%) ⬇️
...pache/dubbo/registry/support/AbstractRegistry.java 78.88% <0.00%> (-2.60%) ⬇️
...g/apache/dubbo/registry/consul/ConsulRegistry.java 60.00% <0.00%> (-0.59%) ⬇️
...rg/apache/dubbo/common/timer/HashedWheelTimer.java 79.38% <0.00%> (-0.35%) ⬇️
...ting/zookeeper/curator/CuratorZookeeperClient.java 68.92% <0.00%> (+1.12%) ⬆️
...a/org/apache/dubbo/monitor/dubbo/DubboMonitor.java 88.57% <0.00%> (+1.90%) ⬆️
...dubbo/remoting/exchange/support/DefaultFuture.java 92.79% <0.00%> (+4.50%) ⬆️
.../apache/dubbo/rpc/protocol/AsyncToSyncInvoker.java 72.41% <0.00%> (+10.34%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2fc9e27...987fd70. Read the comment docs.

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.

None yet

3 participants