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 xds long time wait #10729

Merged
merged 1 commit into from
Oct 12, 2022
Merged

Fix xds long time wait #10729

merged 1 commit into from
Oct 12, 2022

Conversation

AlbumenJ
Copy link
Member

What is the purpose of the change

Brief changelog

Verifying this change

Checklist

  • Make sure there is a GitHub_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GitHub issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Check if is necessary to patch to Dubbo 3 if you are work on Dubbo 2.7
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
  • Add some description to dubbo-website project if you are requesting to add a feature.
  • GitHub Actions works fine on your own branch.
  • If this contribution is large, please follow the Software Donation Guide.

@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2022

Codecov Report

Merging #10729 (42d99a9) into 3.2 (840a2b9) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##                3.2   #10729      +/-   ##
============================================
- Coverage     65.30%   65.26%   -0.04%     
+ Complexity      416      393      -23     
============================================
  Files          1338     1338              
  Lines         57031    57034       +3     
  Branches       8430     8429       -1     
============================================
- Hits          37244    37225      -19     
- Misses        15837    15857      +20     
- Partials       3950     3952       +2     
Impacted Files Coverage Δ
...o/registry/xds/util/protocol/AbstractProtocol.java 0.00% <0.00%> (ø)
...he/dubbo/rpc/listener/ListenerExporterWrapper.java 68.00% <0.00%> (-20.00%) ⬇️
...rg/apache/dubbo/rpc/protocol/dubbo/DubboCodec.java 65.21% <0.00%> (-4.35%) ⬇️
...pache/dubbo/remoting/transport/AbstractServer.java 61.03% <0.00%> (-3.90%) ⬇️
...bo/rpc/protocol/dubbo/DecodeableRpcInvocation.java 77.88% <0.00%> (-3.85%) ⬇️
...mmon/threadpool/support/AbortPolicyWithReport.java 80.70% <0.00%> (-3.51%) ⬇️
...ache/dubbo/rpc/protocol/dubbo/DubboCountCodec.java 90.62% <0.00%> (-3.13%) ⬇️
.../apache/dubbo/remoting/transport/CodecSupport.java 81.53% <0.00%> (-3.08%) ⬇️
.../dubbo/registry/client/metadata/MetadataUtils.java 69.44% <0.00%> (-2.78%) ⬇️
...dubbo/rpc/cluster/directory/AbstractDirectory.java 80.51% <0.00%> (-1.95%) ⬇️
... and 10 more

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

@AlbumenJ AlbumenJ merged commit 5ea7803 into apache:3.2 Oct 12, 2022
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.

2 participants