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

storage: Renumber proposer-evaluated KV RaftCommand fields #10724

Merged
merged 1 commit into from Nov 16, 2016

Commits on Nov 16, 2016

  1. storage: Renumber proposer-evaluated KV RaftCommand fields

    Older versions were writing non-nil but empty values into these fields,
    leading to problems on upgrade. Since there is no non-experimental use
    of these fields yet, renumber them to discard all old data.
    
    Fixes cockroachdb#10723
    bdarnell committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    00a2e42 View commit details
    Browse the repository at this point in the history