Skip to content

metarepos: reduce commit delay #245

Open
@hungryjang

Description

@hungryjang

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions