You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: