Skip to content

[raft] return errors when partition.NumRanges is set to > 10 #10081

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

Merged
merged 1 commit into from
Aug 13, 2025

Conversation

luluz66
Copy link
Contributor

@luluz66 luluz66 commented Aug 13, 2025

In order to support a large p.NumRanges, we want to batch the number of ranges we initialize and also have partition descriptor where we can store the state of the initialization so that we can recover from failures. Before this happens, I don't want us accidentally put very large number of statements in a transaction.

@luluz66 luluz66 requested a review from tylerwilliams August 13, 2025 00:52
@luluz66 luluz66 merged commit d40f629 into master Aug 13, 2025
13 checks passed
@luluz66 luluz66 deleted the limit-num-ranges branch August 13, 2025 14:48
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.

2 participants