-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limit max REP value and number of REPs #307
Labels
documentation
Improvements or additions to documentation
enhancement
Improving existing functionality
I2
Regular impact
S2
Regular significance
U3
Regular
Milestone
Comments
Refs. #171. |
Likely the REP value can be even lower, like 8. But the number of REPs is a bit different, imagine a good old CDN, we can have quite a number of
so 256 is the number for now. |
roman-khimov
added a commit
that referenced
this issue
Dec 27, 2024
These are mostly some sanity checks, having unlimited replicas can be problematic. Limiting the overall number of nodes is important wrt signature collection, stack can't have more than 2048 elements. Explain CBF a bit better at the same time. Signed-off-by: Roman Khimov <roman@nspcc.ru>
cthulhu-rider
added a commit
to nspcc-dev/neofs-sdk-go
that referenced
this issue
Feb 25, 2025
Follow nspcc-dev/neofs-api#307. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
cthulhu-rider
added a commit
to nspcc-dev/neofs-sdk-go
that referenced
this issue
Feb 25, 2025
Follow nspcc-dev/neofs-api#307. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
cthulhu-rider
added a commit
to nspcc-dev/neofs-node
that referenced
this issue
Feb 25, 2025
Follow nspcc-dev/neofs-api#307. Refs #3075. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
cthulhu-rider
added a commit
to nspcc-dev/neofs-node
that referenced
this issue
Feb 25, 2025
…iners Follow nspcc-dev/neofs-api#307. Closes #3075. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
cthulhu-rider
added a commit
to nspcc-dev/neofs-node
that referenced
this issue
Feb 25, 2025
Follow nspcc-dev/neofs-api#307. Closes #3075. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
cthulhu-rider
added a commit
to nspcc-dev/neofs-node
that referenced
this issue
Feb 25, 2025
Follow nspcc-dev/neofs-api#307. Closes #3075. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
cthulhu-rider
added a commit
to nspcc-dev/neofs-sdk-go
that referenced
this issue
Feb 25, 2025
Follow nspcc-dev/neofs-api#307. `PlacementPolicy.Verify` method is added to use in system layer code. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
cthulhu-rider
added a commit
to nspcc-dev/neofs-node
that referenced
this issue
Feb 25, 2025
Follow nspcc-dev/neofs-api#307. Containers beyond the limits will not be approved from now. Closes #3075. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
cthulhu-rider
added a commit
to nspcc-dev/neofs-node
that referenced
this issue
Feb 25, 2025
Follow nspcc-dev/neofs-api#307. Containers beyond the limits will not be approved from now. Closes #3075. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation
enhancement
Improving existing functionality
I2
Regular impact
S2
Regular significance
U3
Regular
Is your feature request related to a problem? Please describe.
I'm always frustrated when nothing limits values. Sometimes, I need to think about limitations in real cases (e.g., we have contracts, contracts have stack/memory/storage limits), and I do not know what to do and if it is possible to have 1024 replicas 1024 times or even more.
Describe the solution you'd like
Check there are no unrealistic containers in our networks and add nice limits to API. 256 max REP value and 256 max numbers of REPs look good to me.
Describe alternatives you've considered
Additional context
nspcc-dev/neofs-contract#438
The text was updated successfully, but these errors were encountered: