carpawell
carpawell
I wrote code for this operation more than twice. Naming/useful flags suggestions are welcome
Some status errors in NeoFS are known and self-describing. But there are also "general errors" with 1024 status codes and some "good" human-readable messages. ## Expected Behavior If I have...
## Expected Behavior Never ignore errors in gonang. ## Current Behavior Code may ignore some errors (even if they are not expected at all, that is not good). ## Possible...
## Is your feature request related to a problem? Please describe. Node can try to collect more child objects at once for streaming to a client, not one by one....
Now any SN tries to validate and check eACL rules on every request (even if it does not store/will not store an object). Should it do it? Sometimes it cannot...
## Is your feature request related to a problem? Please describe. We do not want to use our own clients. IMO it is a bad sign. ## Describe the solution...
Node does not like it: https://github.com/nspcc-dev/neofs-sdk-go/pull/562. It starts forwarding requests and receives them back. ## Expected Behavior TTL describes the max forwarding number. ## Current Behavior TTL describes how many...
If a node is splitting a "big" object it *should* look for the well-known system attribute. If it found such an attribute, all the child objects *should* also contain it...
## Is your feature request related to a problem? Please describe. https://github.com/nspcc-dev/neofs-node/pull/2543 is going to be merged (if you are reading this, it is probably done), and `neofs-lens storage inspect`...
### Context We really rely on our sorting algorithm in some of our subsystems, e.g. we try to place objects in the _most_ appropriate shards, and nodes. ### Problem I...