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

Fix limit on retaining sequence number #37992

Merged
merged 3 commits into from
Jan 30, 2019

Commits on Jan 29, 2019

  1. Fix limit on retaining sequence number

    We only assign non-negative sequence numbers to operations, so the lower
    limit on retaining sequence numbers should be that it is non-negative
    only.
    jasontedor committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    0da48e7 View commit details
    Browse the repository at this point in the history
  2. Fix a few more places

    jasontedor committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    0e91551 View commit details
    Browse the repository at this point in the history
  3. A few more

    jasontedor committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    04e59cd View commit details
    Browse the repository at this point in the history