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

Use state snapshots to bootstrap partition processor on start-up #2000

Closed
Tracked by #1807
pcholakov opened this issue Sep 27, 2024 · 0 comments · Fixed by #2353
Closed
Tracked by #1807

Use state snapshots to bootstrap partition processor on start-up #2000

pcholakov opened this issue Sep 27, 2024 · 0 comments · Fixed by #2353
Assignees

Comments

@pcholakov
Copy link
Contributor

pcholakov commented Sep 27, 2024

On start up, the partition processor needs to check in the snapshot store whether there exists a snapshot that is newer than its own local data. If that's true, then it needs to download it and load it into the local state store. To avoid frequent checks to the snapshot store (possible optimization), it could also try to resume with its local data only and only load the data from the snapshot store if it encounters a trim gap.

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 a pull request may close this issue.

1 participant