mirror of
https://github.com/nspcc-dev/neofs-api.git
synced 2026-03-01 04:28:54 +00:00
Allow to get EC chunk by rule idx only #134
Labels
No labels
I0
I1
I2
I3
I4
S0
S1
S2
S3
S3
S4
U2
U3
U4
bug
discussion
discussion
documentation
enhancement
enhancement
enhancement
feature
good first issue
question
task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-api#134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Oct 7, 2025).
See https://github.com/nspcc-dev/neofs-api/pull/345#discussion_r2401240576, rule/part is good for policer, but suboptimal for regular GET in case there was some change in netmap and part are placed suboptimally. Unlike with REP where a shift by 1 in node list is unnoticeable in most cases, with EC this means 12 failures for 12 tries to get a part in 12+4 scenario. The proposal is to allow to GET whatever part node has by rule only and leverage that in node. Additional testing can be helpful, but protocol-wise it's a rather simple thing.