frostfs-node/pkg/services/policer
Leonard Lyubich 050ad2762c [#1680] replicator: Consider NODE_UNDER_MAINTENANCE as OK
Node response with `NODE_UNDER_MAINTENANCE` status signals that the node
was switched to maintenance mode. There is a delay between the actual
switch and the reflection in the network map of up to one epoch. To
speed up the reaction to the maintenance, it is required to recognize
such node responses in the Policer.

Make `Policer.processNodes` to exclude elements with shortage decreasing
on `NODE_UNDER_MAINTENANCE` status response.

Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
2022-10-11 12:54:27 +03:00
..
check.go [#1680] replicator: Consider NODE_UNDER_MAINTENANCE as OK 2022-10-11 12:54:27 +03:00
check_test.go [#1680] replicator: Work with netmap.NodeInfo in TaskResult 2022-10-11 12:54:27 +03:00
policer.go [#1507] node: Do not handle object concurrently by the policer 2022-06-15 20:43:32 +03:00
process.go [#1507] node: Do not handle object concurrently by the policer 2022-06-15 20:43:32 +03:00
queue.go [#1418] engine: Do not use pointers as parameters 2022-06-03 07:35:17 +03:00