[#253] pool: Don't count regular FrostFS errors #253
No reviewers
TrueCloudLab/storage-sdk-developers
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
8 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#253
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/frostfs-sdk-go:bugfix/dont_count_eacl_not_found_error"
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?
Previously we count all frostfs errors like:
ObjectNotFound, EACLNotFound
because frostfs status is unconditionally resolved into built-in go errors
but handleError method handled built-in errors like internal network ones.
Since after resolving frostfs errors status is also returned we start check this first
Signed-off-by: Denis Kirillov d.kirillov@yadro.com
WIP: [#XX] pool: Don't count regular FrostFS errorsto WIP: [#253] pool: Don't count regular FrostFS errors8ea5f2b03f
to203bba65a0
WIP: [#253] pool: Don't count regular FrostFS errorsto [#253] pool: Don't count regular FrostFS errors