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-16650] Memory leaks in KubernetesApplicationManager #16652

Merged
merged 6 commits into from
Sep 26, 2024

Conversation

ChaoquanTao
Copy link
Contributor

@ChaoquanTao ChaoquanTao commented Sep 24, 2024

Purpose of the pull request

This PR resolves the memory leakage in KubernetesApplicationManager

Brief change log

  • Add removeK8sClientCache method in ProcessUtils
  • remove K8s client cache when k8s job is done

Verify this pull request

This pull request is code cleanup without any test coverage.

Pull Request Notice

Pull Request Notice

@Gallardot
Copy link
Member

@Radeity PTAL.

@github-actions github-actions bot added test and removed kubernetes labels Sep 24, 2024
Copy link
Member

@SbloodyS SbloodyS left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

sonarcloud bot commented Sep 26, 2024

@SbloodyS SbloodyS added the bug Something isn't working label Sep 26, 2024
@SbloodyS SbloodyS merged commit 5e17913 into apache:dev Sep 26, 2024
68 of 69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.3.0 backend bug Something isn't working test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] [plugin] Memory leakage occurs in k8s task
4 participants