Denis Kirillov
23255806d0
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
(cherry picked from commit
|
||
---|---|---|
.. | ||
tree | ||
cache.go | ||
cache_test.go | ||
doc.go | ||
mock_test.go | ||
object_put_pool_transformer.go | ||
pool.go | ||
pool_test.go | ||
sampler.go | ||
sampler_test.go | ||
statistic.go |