frostfs-node/cmd
Evgenii Stratonikov 2b755ddb12 [#2260] node: Use a separate client cache for PUT service
Currently, under a mixed load one failed PUT can lead to closing
connection for all concurrent GETs. For PUT it does no harm: we have
many other nodes to choose from. For GET we are limited by `REP N`
factor, so in case of failover we can close the connection with the only
node posessing an object, which leads to failing the whole operation.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-02-20 13:53:27 +03:00
..
frostfs-adm [#2224] adm: Use native neo-go sessions in `dump-hashes` 2023-02-20 13:53:27 +03:00
frostfs-cli [#2238] engine: Add test for component initialization failures 2023-02-20 13:53:27 +03:00
frostfs-ir [#1] Fix viper env prefix in cli tools 2023-02-06 17:41:14 +03:00
frostfs-lens [#1] Fix naming in FrostFS Lens help output 2023-01-31 11:24:50 +03:00
frostfs-node [#2260] node: Use a separate client cache for PUT service 2023-02-20 13:53:27 +03:00
internal/common [#1889] Move netmap.go and exit.go from `cli` to `cmd/internal/common` 2023-02-06 17:26:34 +03:00