[#226] pool/tree: Fix handling access denied error #226
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
pool
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#226
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/frostfs-sdk-go:bugfix/pool_drop_access_denied_retry"
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?
Signed-off-by: Denis Kirillov d.kirillov@yadro.com
WIP: [#XX] pool/tree: Fix handling access denied errorto WIP: [#226] pool/tree: Fix handling access denied errorf1995db70a
to6a52487edd
WIP: [#226] pool/tree: Fix handling access denied errorto [#226] pool/tree: Fix handling access denied error@dkirillov
Can you provide error message we are matching with
denied
but notis denied by
?Should we create an issue to use specific error codes to avoid string matching? Maybe there is an issue already?
rpc error: code = Unknown desc = status: code = 2048 message = access to object operation denied
Probably yes, but I'm not sure if we don't forget mention all accessDenied error types (
strings.Contains
also has some problem though)