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. #1156

Merged
merged 1 commit 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 #1156 (4ca1192) into 2020.0 (cfa32ac) will decrease coverage by 0.03%.
The diff coverage is 40.00%.

@@             Coverage Diff              @@
##             2020.0    #1156      +/-   ##
============================================
- Coverage     75.75%   75.73%   -0.03%     
  Complexity     1554     1554              
============================================
  Files           252      252              
  Lines          5675     5678       +3     
  Branches        686      687       +1     
============================================
+ Hits           4299     4300       +1     
- Misses         1009     1010       +1     
- Partials        367      368       +1     
Files Coverage Δ
...balancer/PolarisLoadBalancerAutoConfiguration.java 71.42% <40.00%> (-10.39%) ⬇️

@SkyeBeFreeman SkyeBeFreeman merged commit 71e2932 into Tencent:2020.0 Sep 27, 2023
@SkyeBeFreeman SkyeBeFreeman deleted the 2020/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