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

raft: Introduce CommittedEntries pagination #9982

Merged
merged 2 commits into from
Aug 11, 2018

Commits on Aug 6, 2018

  1. raft: Add a test for MaxSizePerMsg feature

    Ensure that this limit is respected when generating MsgApp messages.
    bdarnell committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    bc14dee View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. raft: Introduce CommittedEntries pagination

    The MaxSizePerMsg setting is now used to limit the size of
    Ready.CommittedEntries. This prevents out-of-memory errors if the raft
    log has become very large and commits all at once.
    bdarnell committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    0a670b7 View commit details
    Browse the repository at this point in the history