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: allow clients to assign watcher IDs #9015

Closed
wants to merge 7 commits into from
Closed

Commits on Dec 22, 2017

  1. etcdserverpb: add "watch_id" to "WatchCreateRequest"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    78d886c View commit details
    Browse the repository at this point in the history
  2. scripts/genproto: require protoc 3.5.1

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    46edd33 View commit details
    Browse the repository at this point in the history
  3. *: regenerate proto

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    dd2a0dd View commit details
    Browse the repository at this point in the history
  4. mvcc: allow clients to assign watcher IDs

    This allows for watchers to be created concurrently
    without needing potentially complex and latency-adding
    queuing on the client.
    
    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    connor4312 authored and gyuho committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    880a019 View commit details
    Browse the repository at this point in the history
  5. mvcc: make test struct fields unexported

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    b6dcac4 View commit details
    Browse the repository at this point in the history
  6. v3rpc/rpctypes: add "ErrGRPCDuplicateWatcherID"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    c13958f View commit details
    Browse the repository at this point in the history
  7. v3rpc: add "recvWatchRequest"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    7207c16 View commit details
    Browse the repository at this point in the history