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: umount issue leaves global lock #95

Merged
merged 1 commit into from
Jul 6, 2023
Merged

fix: umount issue leaves global lock #95

merged 1 commit into from
Jul 6, 2023

Conversation

blgm
Copy link
Member

@blgm blgm commented Jul 6, 2023

We saw an issue where one Unmount operation suspended, and because it had the volumeLock locked, subsequent operations also all suspended because they could not obtain the lock.

We have refactored locking access to the volumes map so that fewer operations happen under lock, and a deadlock is now less likely.

We saw an issue where one Unmount operation suspended, and because it
had the `volumeLock` locked, subsequent operations also all suspended
because they could not obtain the lock.

We have refactored locking access to the `volumes` map so that fewer
operations happen under lock, and a deadlock is now less likely.
@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

@Cryogenics-CI Cryogenics-CI merged commit 39b2964 into master Jul 6, 2023
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants