frostfs-node/pkg/services
Evgenii Stratonikov 6679d59e89 [#422] pkg/services: Provide client options on cache creation
Because options are not used when client is already in cache
providing them to shared cache is misleading at best.
In the worst case `dial_timeout` is set randomly (because of race
condition) which can lead to one service having `dial_timeout` of
another. Thus we set default client creation options when cache is
created.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2021-03-15 14:07:53 +03:00
..
accounting [#122] Reduce precision from balance contract to Fixed8. 2020-10-29 10:14:59 +03:00
audit [#291] Remove some unused code from repository 2020-12-30 10:27:53 +03:00
container [#328] cmd/node: Serve Container.AnnounceUsedSpace RPC 2021-02-02 15:45:04 +03:00
control [#401] control: Serve DropObjects RPC 2021-02-24 13:07:53 +03:00
id [#11] Trim the old functionality 2020-10-02 11:22:55 +03:00
netmap [#398] cmd/node: Serve NetmapService.NetworkInfo RPC 2021-02-19 19:16:40 +03:00
object [#422] pkg/services: Provide client options on cache creation 2021-03-15 14:07:53 +03:00
object_manager [#234] core/netmap: Extend Source interface 2021-01-12 19:19:11 +03:00
policer [#217] object/policer: Leave readability instead of performance comment 2021-02-24 20:59:14 +03:00
replicator [#186] replicator: Use new storage engine for work 2020-12-11 17:19:37 +03:00
session [#174] Use Marshal(JSON)/Unmarshal(JSON) methods for encoding/decoding 2020-11-17 11:56:00 +03:00
util [#302] Fix golint underscore linter errors 2021-01-12 18:47:02 +03:00