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

[azeventhubs] Improperly resetting etag in the checkpoint store #20737

Merged
merged 2 commits into from
May 4, 2023

Commits on May 4, 2023

  1. We shouldn't be resetting the etag to nil - it's what we use to enfor…

    …ce a "single winner" when doing ownership claims.
    
    The bug here was two-fold: I had bad logic in my previous claim ownership, which I fixed, but we need to reflect that same constraint properly in our in-memory checkpoint store for these tests.
    Richard Park committed May 4, 2023
    Configuration menu
    Copy the full SHA
    012dcd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa7dc4b View commit details
    Browse the repository at this point in the history