Skip to content
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

netmap: add some sane limits to rep/cbf #317

Merged
merged 1 commit into from
Dec 28, 2024
Merged

netmap: add some sane limits to rep/cbf #317

merged 1 commit into from
Dec 28, 2024

Conversation

roman-khimov
Copy link
Member

No description provided.

// alternatives to include into container's nodes subset
// Container backup factor (CBF) controls how deep NeoFS will search for
// alternative nodes to include into container's nodes subset. In total,
// the number of container nodes is Replica count times CBF. This number
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's try this way.

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 <[email protected]>
@roman-khimov roman-khimov merged commit 9f1f128 into master Dec 28, 2024
3 checks passed
@roman-khimov roman-khimov deleted the replicas branch December 28, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants