WIP: Fix possible memory leak and deadlock #617

Draft
alexvanin wants to merge 2 commits from alexvanin/frostfs-s3-gw:fix/support-deadlock-leak into support/v0.32
Owner
Fixes: - possible memory leak (https://git.frostfs.info/TrueCloudLab/frostfs-sdk-go/issues/327, https://git.frostfs.info/TrueCloudLab/frostfs-sdk-go/issues/324) - possible deadlock (https://git.frostfs.info/TrueCloudLab/frostfs-sdk-go/pulls/326)
alexvanin added 2 commits 2025-01-30 13:11:45 +00:00
Contains fixes:
- memory leak in gRPC client,
- panic and deadlock in tree pool.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
Release v0.32.4
Some checks failed
/ Vulncheck (pull_request) Successful in 1m19s
/ DCO (pull_request) Failing after 1m39s
/ Builds (pull_request) Successful in 1m44s
/ OCI image (pull_request) Successful in 3m36s
/ Lint (pull_request) Successful in 3m51s
/ Tests (pull_request) Successful in 1m41s
156bf68ea4
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
alexvanin force-pushed fix/support-deadlock-leak from 156bf68ea4 to ee9c9a98e9 2025-01-30 13:13:05 +00:00 Compare
alexvanin force-pushed fix/support-deadlock-leak from ee9c9a98e9 to e8b5a53493 2025-01-30 13:20:08 +00:00 Compare
alexvanin added this to the v0.32.4 milestone 2025-01-30 13:23:56 +00:00
All checks were successful
/ DCO (pull_request) Successful in 48s
/ Builds (pull_request) Successful in 1m24s
/ Vulncheck (pull_request) Successful in 1m44s
/ OCI image (pull_request) Successful in 3m9s
/ Lint (pull_request) Successful in 2m35s
/ Tests (pull_request) Successful in 1m8s
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u fix/support-deadlock-leak:alexvanin-fix/support-deadlock-leak
git checkout alexvanin-fix/support-deadlock-leak
Sign in to join this conversation.
No description provided.