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

Acquire a per-lock lease to make renew and revoke atomic wrt each other. #11122

Merged
merged 13 commits into from Jun 10, 2021

Commits on Mar 17, 2021

  1. Acquire a per-lock lease to make renew and revoke atomic wrt each other.

    This means we don't have to hold pendingLock during I/O.
    mgritter committed Mar 17, 2021
    Copy the full SHA
    8d54217 View commit details
    Browse the repository at this point in the history
  2. Attempted fix for deadlock in token revocation.

    mgritter committed Mar 17, 2021
    Copy the full SHA
    1704a8d View commit details
    Browse the repository at this point in the history
  3. Comment fix.

    mgritter committed Mar 17, 2021
    Copy the full SHA
    044d252 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Fix error checking in loadEntry.

    mgritter committed Mar 19, 2021
    Copy the full SHA
    138f108 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Copy the full SHA
    9bee1a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Copy the full SHA
    f61ee83 View commit details
    Browse the repository at this point in the history
  2. Add benchmark

    briankassouf committed Jun 7, 2021
    Copy the full SHA
    364f6eb View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Copy the full SHA
    56cd713 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    886b41f View commit details
    Browse the repository at this point in the history
  3. Update vault/expiration.go

    Co-authored-by: swayne275 <swayne275@gmail.com>
    briankassouf and swayne275 committed Jun 8, 2021
    Copy the full SHA
    2105dba View commit details
    Browse the repository at this point in the history
  4. Update vault/expiration.go

    Co-authored-by: swayne275 <swayne275@gmail.com>
    briankassouf and swayne275 committed Jun 8, 2021
    Copy the full SHA
    3fbe11a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d983c06 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8502392 View commit details
    Browse the repository at this point in the history