forked from TrueCloudLab/frostfs-node
Evgenii Stratonikov
2b755ddb12
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> |
||
---|---|---|
.. | ||
frostfs-adm | ||
frostfs-cli | ||
frostfs-ir | ||
frostfs-lens | ||
frostfs-node | ||
internal/common |