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

*: use gRPC server GracefulStop #7743

Merged
merged 6 commits into from
Apr 18, 2017
Merged

Commits on Apr 17, 2017

  1. etcdmain: trigger embed.Etcd.Close for OS interrupt

    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    ea5f6da View commit details
    Browse the repository at this point in the history
  2. embed: gracefully shut down gRPC server

    Fix etcd-io#7322.
    
    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    c407e09 View commit details
    Browse the repository at this point in the history
  3. integration: test 'inflight' range requests

    - Test etcd-io#7322.
    - Remove test case added in etcd-io#6662.
    
    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    472a536 View commit details
    Browse the repository at this point in the history
  4. Revert "mvcc: test inflight Hash to trigger Size on nil db"

    This reverts commit 994e8e4.
    
    Since now etcdserver gracefully shuts down the gRPC server
    gyuho committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    cd470f9 View commit details
    Browse the repository at this point in the history
  5. mvcc/backend: remove t.tx.DB()==nil checks with GracefulStop

    Revert etcd-io#6662.
    
    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    8ffd58f View commit details
    Browse the repository at this point in the history
  6. mvcc: remove stopc select case in Hash

    Revert change in etcd-io@33acbb6.
    
    Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
    gyuho committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    5000d29 View commit details
    Browse the repository at this point in the history