frostfs-node/pkg
Leonard Lyubich 02f2a98bcc [#778] services/object: Return the composite error of PUT operation
In previous implementation Object service's handler returned const error in
case of failure (full or partial) of PUT operation. This did not even allow
us to roughly guess what the reason is. Not as a complete solution, but to
alleviate some cases where all nodes in a container return the same error,
it is suggested to return the error of the last server that responded.

Return latest server error from placement loop of `iteratePlacement` method
of `distributedTarget` type.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-09-10 16:49:37 +03:00
..
core [#645] core: Define interface of the tool for working with netmap keys 2021-09-07 09:53:18 +03:00
innerring [#807] ir: Merge ContractProcessor and NotaryContractProcessor interfaces 2021-09-09 18:37:45 +03:00
local_object_storage [#762] storage/shard: Try to read headers from write-cache 2021-09-02 11:33:17 +03:00
metrics [#426] Put prometheus behind pkg/metrics 2021-03-17 10:58:00 +03:00
morph [#807] morph/event/container: Add setEACL notary support 2021-09-09 18:37:45 +03:00
network [#645] network: Remove no longer used IsLocalAddress function 2021-09-07 09:53:18 +03:00
services [#778] services/object: Return the composite error of PUT operation 2021-09-10 16:49:37 +03:00
util [#798] util/state: Implement persistent storage for application state 2021-09-07 17:22:25 +03:00