frostfs-node/pkg/services/object/search
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
..
v2 [#234] services/object: Support netmap epoch and lookup dead in read ops 2021-01-12 19:19:11 +03:00
container.go [#234] services/object: Support netmap epoch and lookup dead in read ops 2021-01-12 19:19:11 +03:00
exec.go [#422] pkg/services: Cache clients by address only 2021-03-15 14:07:53 +03:00
local.go [#241] object/search: Refactor service processing 2020-12-11 17:19:37 +03:00
prm.go [#243] services/object: Share common parameters across services 2020-12-11 17:19:37 +03:00
remote.go [#241] object/search: Refactor service processing 2020-12-11 17:19:37 +03:00
search.go [#241] object/search: Refactor service processing 2020-12-11 17:19:37 +03:00
search_test.go [#422] pkg/services: Cache clients by address only 2021-03-15 14:07:53 +03:00
service.go [#422] pkg/services: Provide client options on cache creation 2021-03-15 14:07:53 +03:00
util.go [#422] pkg/services: Provide client options on cache creation 2021-03-15 14:07:53 +03:00