frostfs-node/cmd
Leonard Lyubich 5ce8315cd8 [#1632] node/container: Update LIST cache on successful writes
In previous implementation storage node responded with the outdated
container list after successful creation/removal up until cache
invalidation due to TTL. In order to decrease the probability of
outdated responses node should update its cache on event receipts.

Implement `ttlContainerLister.update` method which actualizes cached
list of the owner's containers. Make node to call `update` method
on `PutSuccess`/`DeleteSuccess` notifications from the `Container`
contract.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-09-02 11:29:55 +04:00
..
neofs-adm [#1738] neofs-adm: Clean tx hash list after awaiting 2022-08-30 16:53:00 +03:00
neofs-cli [#1735] go.mod: Update API and SDK 2022-08-30 12:27:46 +03:00
neofs-ir [#1654] ir, node: Drop deprecated profiler and metrics config sections 2022-08-04 15:38:35 +03:00
neofs-lens [#1665] neofs-lens: Use stdout as default output 2022-08-09 13:23:32 +03:00
neofs-node [#1632] node/container: Update LIST cache on successful writes 2022-09-02 11:29:55 +04:00