frostfs-node/pkg/innerring/processors/audit
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
..
events.go [#265] innerring: Generate new audit event 2020-12-25 16:49:27 +03:00
handlers.go [#291] Remove some unused code from repository 2020-12-30 10:27:53 +03:00
process.go [#422] pkg/services: Cache clients by address only 2021-03-15 14:07:53 +03:00
processor.go [#422] pkg/services: Provide client options on cache creation 2021-03-15 14:07:53 +03:00
scheduler.go [#255] ir: Make audit processor to push tasks to audit task manager 2020-12-25 16:49:27 +03:00
scheduler_test.go [#265] innerring: Select containers to audit 2020-12-25 16:49:27 +03:00