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 grpc client connection leak (VersionGet, ProcessLog, ProcessWatch) #93

Merged
merged 1 commit into from
Jul 28, 2021

Conversation

joshimoo
Copy link
Contributor

  • the VersionGet grpc connection is always leaked
  • the streaming grpc connections are leaked in the call error case

I saw this and decided to fix it quickly while I was looking into something else.

longhorn/longhorn#2824

- the VersionGet grpc connection is always leaked
- the streaming grpc connections are leaked in the call error case

Longhorn #2824

Signed-off-by: Joshua Moody <[email protected]>
@joshimoo joshimoo requested a review from a team July 28, 2021 15:37
@joshimoo joshimoo self-assigned this Jul 28, 2021
@joshimoo joshimoo added the bug Something isn't working label Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants