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

metarepos: reduce commit delay #245

Open
hungryjang opened this issue Nov 29, 2022 · 0 comments · May be fixed by #246
Open

metarepos: reduce commit delay #245

hungryjang opened this issue Nov 29, 2022 · 0 comments · May be fixed by #246

Comments

@hungryjang
Copy link
Member

Since metarepos shares all information through raft, the commit delay is long. In particular, although there are many LS, the raft delay can become longer as report sharing increases.

To reduce commit delay, we propose a method of sharing only commit results between metarepos nodes. Reports are not shared through raft, but the collected reports are delivered to the leader through RPC. The leader builds a CommitResult based on the collected report and shares it through raft.

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