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 Docker provider mem leak on operation retries #9288

Merged
merged 1 commit into from Aug 31, 2022

Conversation

rtribotte
Copy link
Member

@rtribotte rtribotte commented Aug 30, 2022

What does this PR do?

This PR fixes a memory leak that would occur when the Docker provider operation retries, because old connections were not closed properly.

Motivation

Fixes #8872

More

  • Added/updated tests
  • Added/updated documentation

Additional Notes

Co-authored-by: Mathieu Lonjaret mathieu.lonjaret@gmail.com

Copy link
Member

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rtribotte rtribotte changed the title Fix docker provider mem leak on operation retries Fix Docker provider mem leak on operation retries Aug 31, 2022
Copy link
Member

@juliens juliens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@traefiker traefiker merged commit d3e4d56 into traefik:v2.8 Aug 31, 2022
v2 automation moved this from To review to Done Aug 31, 2022
@rtribotte rtribotte deleted the fix-memleak-docker-client branch September 1, 2022 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v2
Done
Development

Successfully merging this pull request may close these issues.

None yet

5 participants