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

Chunking should always be primary-led #6811

Open
eddyashton opened this issue Feb 6, 2025 · 0 comments
Open

Chunking should always be primary-led #6811

eddyashton opened this issue Feb 6, 2025 · 0 comments

Comments

@eddyashton
Copy link
Member

eddyashton commented Feb 6, 2025

We currently have per-node chunking decisions, based on chunk_size options on the host configuration. This is dangerous - if it mismatches on different nodes, we'll get different chunks, breaking simple operator backups.

We also have a primary-led chunking path, where governance can trigger chunks, resulting in a flag at the start of a transaction that causes every node to produce a chunk at the same transaction.

@eddyashton eddyashton added this to the 6.0.0-rc0 milestone Feb 6, 2025
@eddyashton eddyashton removed this from the 6.0.0-rc0 milestone Feb 24, 2025
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

No branches or pull requests

1 participant