frostfs-node/pkg/core
Pavel Karpy aab398f4f5 [#1972] node: Do not save objects if node not in a container
Do not use node's local storage if it is clear that an object will be
removed anyway as a redundant. It requires moving the changing local storage
logic from the validation step to the local target implementation.
It allows performing any relations checks (e.g. object locking) only if a
node is considered as a valid container member and is expected to store
(stored previously) all the helper objects (e.g. `LOCK`, `TOMBSTONE`, etc).

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2022-11-19 11:01:04 +03:00
..
client [#1817] network: Allow to use network addresses from the iterator 2022-10-04 12:12:18 +03:00
container [#1628] node: Move common EACLSource interface to core pkg 2022-09-13 10:33:50 +03:00
netmap [#1817] network: Allow to use network addresses from the iterator 2022-10-04 12:12:18 +03:00
object [#1972] node: Do not save objects if node not in a container 2022-11-19 11:01:04 +03:00
storagegroup [#1402] ir: Do not use map for combining SG ID and SG object 2022-07-06 09:56:26 +03:00
version [#1369] version: Upgrade SDK package 2022-05-12 09:48:31 +03:00