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

mvcc: tighten up watcher cancelation and revision handling #5464

Merged
merged 2 commits into from
May 31, 2016

Commits on May 27, 2016

  1. v3rpc: make watcher wait for its send goroutine to finish

    Anthony Romano committed May 27, 2016
    Configuration menu
    Copy the full SHA
    c438310 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2016

  1. mvcc: tighten up watcher cancelation and revision handling

    Makes w.cur into w.minrev, the minimum revision for the next update, and
    retries cancelation if the watcher isn't found (because it's being processed
    by moveVictims).
    
    Fixes: etcd-io#5459
    Anthony Romano committed May 28, 2016
    Configuration menu
    Copy the full SHA
    cfb3f96 View commit details
    Browse the repository at this point in the history