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

feat(v2): raft wait-committed #4072

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

kolesnikovae
Copy link
Collaborator

@kolesnikovae kolesnikovae commented Apr 3, 2025

This change allows us to decouple the metadata read and write paths, ensuring that adding metadata entries does not have to wait for FSM application. This is particularly useful in cases where FSM application might be slow due to queries (which is something we need to optimize for better performance).

The new feature depends on hashicorp/raft#640. The current PR version relies on a fork, but I'm happy to move it to Grafana if the PR takes longer to merge.

@kolesnikovae kolesnikovae marked this pull request as ready for review April 4, 2025 09:50
@kolesnikovae kolesnikovae requested a review from a team as a code owner April 4, 2025 09:50
@kolesnikovae kolesnikovae force-pushed the feat/raft-commit-only branch 2 times, most recently from 3b12942 to 43d8bfb Compare April 4, 2025 12:40
@kolesnikovae kolesnikovae force-pushed the feat/raft-commit-only branch from f59273f to 7a5921c Compare April 5, 2025 06:05
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.

1 participant