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

Merged

Conversation

SkyeBeFreeman
Copy link
Collaborator

@SkyeBeFreeman SkyeBeFreeman commented Sep 27, 2023

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 #1154 (3518479) into 2021.0 (4dc7ab9) will decrease coverage by 0.01%.
The diff coverage is 40.00%.

@@             Coverage Diff              @@
##             2021.0    #1154      +/-   ##
============================================
- Coverage     75.58%   75.58%   -0.01%     
- Complexity     1635     1636       +1     
============================================
  Files           258      258              
  Lines          5989     5992       +3     
  Branches        739      740       +1     
============================================
+ Hits           4527     4529       +2     
- Misses         1070     1071       +1     
  Partials        392      392              
Files Coverage Δ
...balancer/PolarisLoadBalancerAutoConfiguration.java 71.42% <40.00%> (-10.39%) ⬇️

... and 1 file with indirect coverage changes

@SkyeBeFreeman SkyeBeFreeman merged commit abad0c3 into Tencent:2021.0 Sep 27, 2023
8 of 9 checks passed
@SkyeBeFreeman SkyeBeFreeman deleted the 2021/fix-retry-resttemplate branch October 13, 2023 06:37
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