-
Notifications
You must be signed in to change notification settings - Fork 8
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(CSI-224,WEKAPP-417375): race condition on multiple volume deletion in parallel #286
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @sergeyberezansky and the rest of your teammates on Graphite |
This was referenced Jul 23, 2024
Graphite Automations"Request reviewers once CI passes" took an action on this PR • (07/23/24)1 reviewer was added to this PR based on Sergey Berezansky's automation. |
sergeyberezansky
force-pushed
the
07-03-chore_deps_update_dependencies_to_latest_version
branch
from
July 28, 2024 09:53
30c6c34
to
51a8cf7
Compare
sergeyberezansky
force-pushed
the
sergey/fix-race-on-multi-delete
branch
from
July 28, 2024 09:53
ac5a71b
to
a51ebe3
Compare
This was referenced Jul 28, 2024
sergeyberezansky
force-pushed
the
sergey/fix-race-on-multi-delete
branch
from
July 28, 2024 15:58
a51ebe3
to
45c15bb
Compare
sergeyberezansky
changed the base branch from
07-03-chore_deps_update_dependencies_to_latest_version
to
sergey/allow-host-network
July 28, 2024 15:58
sergeyberezansky
force-pushed
the
sergey/allow-host-network
branch
from
July 28, 2024 16:05
a99ca64
to
a54f898
Compare
sergeyberezansky
force-pushed
the
sergey/fix-race-on-multi-delete
branch
3 times, most recently
from
July 28, 2024 16:36
8baaabf
to
4874d5b
Compare
sergeyberezansky
changed the base branch from
sergey/allow-host-network
to
sergey/slack-link-code-format
July 28, 2024 16:36
sergeyberezansky
force-pushed
the
sergey/slack-link-code-format
branch
from
July 29, 2024 06:06
b2a746a
to
e62492c
Compare
sergeyberezansky
force-pushed
the
sergey/fix-race-on-multi-delete
branch
2 times, most recently
from
July 29, 2024 06:10
e42fe5b
to
dad0152
Compare
sergeyberezansky
changed the base branch from
sergey/slack-link-code-format
to
dev
July 29, 2024 06:11
sergeyberezansky
changed the title
fix(CSI-224): race condition on multiple volume deletion in parallel
fix(CSI-224,WEKAPP-417375): race condition on multiple volume deletion in parallel
Jul 29, 2024
sergeyberezansky
force-pushed
the
sergey/fix-race-on-multi-delete
branch
6 times, most recently
from
July 29, 2024 13:04
4124fc4
to
f70ba39
Compare
sergeyberezansky
force-pushed
the
sergey/fix-race-on-multi-delete
branch
2 times, most recently
from
July 30, 2024 12:20
93fda96
to
5d72c28
Compare
sergeyberezansky
changed the base branch from
dev
to
sergey/fix-wekafs-mount-leak
July 30, 2024 12:20
sergeyberezansky
force-pushed
the
sergey/fix-race-on-multi-delete
branch
15 times, most recently
from
July 31, 2024 10:09
1093ef5
to
64afcb5
Compare
sergeyberezansky
changed the base branch from
sergey/fix-wekafs-mount-leak
to
dev
July 31, 2024 10:10
sergeyberezansky
force-pushed
the
sergey/fix-race-on-multi-delete
branch
from
July 31, 2024 10:17
64afcb5
to
9763acf
Compare
Merge activity
|
sergeyberezansky
added
bug
Something isn't working
fix
and removed
bug
Something isn't working
labels
Jul 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TL;DR
Refactored garbage collection initiation and handling in the WekaFS package for better traceability, logging, and performance.
What changed?
How to test?
wekafs
package.Why make this change?