frostfs-sdk-go/pool
Denis Kirillov 5ac51bc6e5 [#253] pool: Don't count regular FrostFS errors
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>
(cherry picked from commit 203bba65a0)
2024-08-20 12:43:38 +03:00
..
tree [#244] pool/tree: Collect request duration statistic 2024-08-02 13:01:14 +03:00
cache.go [#234] pool: Update token expiration check in cache 2024-07-05 12:36:17 +03:00
cache_test.go [#234] pool: Update token expiration check in cache 2024-07-05 12:36:17 +03:00
doc.go [#4] Rename NeoFS mentions in comments and method names 2022-12-30 13:40:50 +03:00
mock_test.go [#242] pool: Log error that caused healthy status change 2024-07-22 15:12:27 +03:00
object_put_pool_transformer.go [#237] pool: Return creation epoch from object put 2024-07-22 06:15:23 +00:00
pool.go [#253] pool: Don't count regular FrostFS errors 2024-08-20 12:43:38 +03:00
pool_test.go [#253] pool: Don't count regular FrostFS errors 2024-08-20 12:43:38 +03:00
sampler.go [#221] pool: Make sampler safe for concurrent using 2024-05-20 14:14:14 +03:00
sampler_test.go [#234] pool: Update token expiration check in cache 2024-07-05 12:36:17 +03:00
statistic.go [#244] pool/tree: Collect request duration statistic 2024-08-02 13:01:14 +03:00