-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
I2Regular impactRegular impactS2Regular significanceRegular significanceU3RegularRegularenhancementImproving existing functionalityImproving existing functionality
Milestone
Description
Is your feature request related to a problem? Please describe.
I'm always frustrated when there is only a single object in the DELETE RPC but a lot of objects are in the tombstone's body. It is even more unexpected after #297 (however, it is not that clear when we are cleaning unfinished big objects).
Describe the solution you'd like
Disallow "big" tombstones. One TS -- one object. Tombstones expire sooner or later and tombstones with many objects are not expected, it is even not possible currently due to DELETE RPC, only if someone creates it manually.
Describe alternatives you've considered
Keep it as is.
Additional context
Uncontrollable number of deleted objects by a single object makes it harder to maintain object meta information: nspcc-dev/neofs-contract#448 (comment).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
I2Regular impactRegular impactS2Regular significanceRegular significanceU3RegularRegularenhancementImproving existing functionalityImproving existing functionality