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

buffer applyCh with up to conf.MaxAppendEntries #124

Closed
wants to merge 1 commit into from

Commits on Aug 25, 2019

  1. buffer applyCh with up to conf.MaxAppendEntries

    This change improves throughput in busy Raft clusters.
    By buffering messages, individual RPCs contain more Raft messages.
    In my tests, this improves throughput from about 4.5 kqps to about 5.5 kqps.
    stapelberg committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    7e3d1ec View commit details
    Browse the repository at this point in the history