frostfs-node/pkg
Leonard Lyubich abfcc7498c [#715] services/policer: Select pseudo-random list of objects to check
In previous implementation of Policer's job queue the same list of objects for
processing was selected at each iteration. This was caused by consistent
return of `engine.List` function.

Use `rand.Shuffle` function to compose pseudo-random list of all objects in
order to approximately evenly distribute objects to work.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-08-25 14:40:12 +03:00
..
core [#660] core/container: Use version.IsValid in CheckFormat 2021-07-05 11:05:44 +03:00
innerring [#759] pkg/innerring: Log notary status on startup 2021-08-23 15:26:10 +03:00
local_object_storage [#745] gc: Stop GC work on Shard's Close 2021-08-05 14:44:05 +03:00
metrics [#426] Put prometheus behind pkg/metrics 2021-03-17 10:58:00 +03:00
morph [#751] morph/client: Add custom signer scope support 2021-08-06 17:29:27 +03:00
network [#737] network/cache: handle request canceled in multiclient 2021-08-05 14:47:41 +03:00
services [#715] services/policer: Select pseudo-random list of objects to check 2021-08-25 14:40:12 +03:00
util [#744] util/attributes: Support escaped symbols 2021-08-04 16:48:54 +03:00