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

*: enforce max lease TTL with 9,000,000,000 seconds #9399

Merged
merged 3 commits into from Mar 8, 2018

Commits on Mar 8, 2018

  1. *: enforce max lease TTL with 9,000,000,000 seconds

    math.MaxInt64 / time.Second is 9,223,372,036. 9,000,000,000 is easier to
    remember/document.
    Iwasaki Yudai authored and gyuho committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    db21941 View commit details
    Browse the repository at this point in the history
  2. clientv3/integration: test "rpctypes.ErrLeaseTTLTooLarge"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    3e69dc5 View commit details
    Browse the repository at this point in the history
  3. CHANGELOG: add "lease overflow check"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    83a9684 View commit details
    Browse the repository at this point in the history