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:fix retry loadbalancer not working bug. #1155

Merged
merged 2 commits into from
Sep 27, 2023

Conversation

SkyeBeFreeman
Copy link
Collaborator

PR Type

Bugfix.

Describe what this PR does for and how you did.

Adding the issue link (#xxx) if possible.

fixes #1138

Note

Checklist

  • Add information of this PR to CHANGELOG.md in root of project.
  • Add documentation in javadoc or comment below the PR if necessary.

Checklist (Optional)

  • Will pull request to branch of 2020.0.
  • Will pull request to branch of 2022.0.
  • Will pull request to branch of hoxton.

@SkyeBeFreeman SkyeBeFreeman added this to the 1.13.0 milestone Sep 27, 2023
@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

Merging #1155 (3e8d031) into 2022.0 (d1e4a74) will decrease coverage by 0.03%.
The diff coverage is 40.00%.

@@             Coverage Diff              @@
##             2022.0    #1155      +/-   ##
============================================
- Coverage     77.02%   77.00%   -0.03%     
  Complexity     1617     1617              
============================================
  Files           257      257              
  Lines          5819     5822       +3     
  Branches        716      717       +1     
============================================
+ Hits           4482     4483       +1     
- Misses          943      944       +1     
- Partials        394      395       +1     
Files Coverage Δ
...balancer/PolarisLoadBalancerAutoConfiguration.java 71.42% <40.00%> (-10.39%) ⬇️

@SkyeBeFreeman SkyeBeFreeman merged commit c7c0d17 into Tencent:2022.0 Sep 27, 2023
4 of 5 checks passed
@SkyeBeFreeman SkyeBeFreeman deleted the 2022/fix-retry-rest branch September 27, 2023 04:02
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.

RestTemplate中如果使用到了spring-retry则使用loadbalancer无效bug
1 participant