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

backport-2.1: backport raft bug workaround and cli debug improvement #29666

Merged
merged 2 commits into from
Sep 6, 2018

Commits on Sep 6, 2018

  1. storage: return one entry less in Entries

    This works around the bug outlined in:
    
    etcd-io/etcd#10063
    
    by matching Raft's internal implementation of commit pagination.
    Once the above PR lands, we can revert this commit (but I assume
    that it will take a little bit), and I think we should do that
    because the code hasn't gotten any nicer to look at.
    
    Fixes cockroachdb#28918.
    
    Release note: None
    tbg committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    e25f016 View commit details
    Browse the repository at this point in the history
  2. cli: handle merged range descriptors in debug keys

    Noticed during cockroachdb#29252.
    
    Release note: None
    tbg committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    1be9890 View commit details
    Browse the repository at this point in the history