frostfs-node/pkg
Leonard Lyubich 8e8265d5ea [#1707] blobovnicza/get: Iterate over all buckets regardless of config
Re-configuration of Blobovnicza's object size limit must not affect
already stored objects. In previous implementation `Blobovnicza` didn't
see objects stored in buckets which became too big after size limit
re-configuration. For example, lets consider 1st configuration with 64KB
size limit for stored objects. Lets assume that we stored object of 64KB
size, and re-configured `Blobovnicza` with 32KB limit. After reboot
object should be still available, but actually it isn't. This is caused
by `Get` operation algorithm which iterates over configured size ranges
only, and doesn't process any other existing size bucket. By the way,
increasing of the object size limit didn't lead to the problem even in
previous implementation.

Make `Blobovnicza.Get` method to iterate over all size buckets
regardless of current configuration. This covers the described scenario.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-09-08 12:24:28 +04:00
..
core [#1634] node: Do not return expired objects 2022-08-04 16:31:49 +03:00
innerring [#1735] go.mod: Update API and SDK 2022-08-30 12:27:46 +03:00
local_object_storage [#1707] blobovnicza/get: Iterate over all buckets regardless of config 2022-09-08 12:24:28 +04:00
metrics [#1658] node: Read metrics from meta on startup 2022-08-25 19:20:33 +03:00
morph [#1743] morph: Fix non-notary calls 2022-09-02 12:11:57 +03:00
network [#1746] network: Set timeout for streaming operations 2022-09-07 16:00:51 +04:00
services [#1759] services/tree: Make logs more descriptive 2022-09-07 12:57:33 +04:00
util [#1687] *: Perform go fmt using go v1.19 2022-08-22 18:59:57 +03:00