nspcc-dev / neofs-node

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
https://fs.neo.org
GNU General Public License v3.0
32 stars 38 forks source link

engine: Be ready to delete objects on unexpected shards #2833

Closed carpawell closed 5 months ago

carpawell commented 5 months ago

It is possible to store an object on a shard that is not the first one after object address hash sorting and not-found-object-inhuming is also errorless, so the actual shard does not delete objects in such cases. Closes #2821.