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

kvserver: initialize propBuf LAI tracking #60626

Merged
merged 1 commit into from
Feb 18, 2021

Commits on Feb 16, 2021

  1. kvserver: initialize propBuf LAI tracking

    The initialization of the LAI tracking in the proposal buffer seems
    pretty lacking (see cockroachdb#60625). This patch adds initialization of
    propBuf.liBase at propBuf.Init() time, which is irrelevant for
    production, but will help future tests which will surely want the
    a propBuf's first assigned LAIs to have some relationship to the replica
    state.
    
    Release note: None
    andreimatei committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    8fbe6fc View commit details
    Browse the repository at this point in the history