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

refactor server code and bugfix #19

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 30, 2017

  1. Configuration menu
    Copy the full SHA
    0d09057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6629c0b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Configuration menu
    Copy the full SHA
    3f85fd6 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Refactor rate limiter code and add inflight rate limiter (#2)

    * Refactor rate limiter code and add inflight rate limiter
    
    * InFlightRateLimiter: take ctx.Done into consideration and bug fix
    BlueBlue-Lee authored Dec 4, 2017
    Configuration menu
    Copy the full SHA
    ebb3656 View commit details
    Browse the repository at this point in the history
  2. Election bugfix (#3)

    * Refactor rate limiter code and add inflight rate limiter
    
    * InFlightRateLimiter: take ctx.Done into consideration and bug fix
    
    * etcdElection:  bug fix, client retry should sleep interval
    BlueBlue-Lee authored Dec 4, 2017
    Configuration menu
    Copy the full SHA
    228f749 View commit details
    Browse the repository at this point in the history