bugfix/vhs #493
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#493
Loading…
Reference in a new issue
No description provided.
Delete branch "r.loginov/frostfs-s3-gw:feature/vhs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
4424aeeb71
to57dc2e4bbf
feature/vhsto bugfix/vhs57dc2e4bbf
to9a97e38ddf
@ -300,1 +301,3 @@
return vhsNamespaces
s.mu.Lock()
s.vhsNamespacesEnabled = vhsNamespaces
s.mu.Unlock()
In #463 we reduced mutex usage, and here we add one more mutex call again. Let's change this a bit.
Maybe we can pass some values into
prepareVHSNamespaces
that has been read inupdate()
function? Use these values, return map and set it once during mutex lock inupdate()
function as it was before.If I didn't understand the problem correctly, please elaborate.
See #493 (comment)
9a97e38ddf
to8ca73e2079
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings