-
Notifications
You must be signed in to change notification settings - Fork 171
[EventHubs] Retry a CBS authentication failure once on a fresh connection #7380
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
Draft
Johnathan W (j7nw4r)
wants to merge
27
commits into
Azure:main
Choose a base branch
from
j7nw4r:fix/retry-cbs-auth-once
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 11 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
494fc0d
test: cover Event Hubs authentication recovery
j7nw4r 56d4ef2
fix(eventhubs): add uamqp authentication retry primitives
j7nw4r 522bbe5
fix(eventhubs): recover uamqp producer authentication once
j7nw4r ade94a5
fix(eventhubs): own replaceable uamqp receiver stack
j7nw4r e45931d
fix(eventhubs): recover uamqp receiver authentication once
j7nw4r fe84f7c
docs(eventhubs): document uamqp authentication recovery
j7nw4r 0981936
test: tighten uamqp authentication recovery coverage
j7nw4r c1bf035
fix(eventhubs): close uamqp authentication recovery races
j7nw4r 29549e9
fix(eventhubs): scope unauthorized recovery to transfers
j7nw4r fe0e9f7
test: cover producer session invalidation race
j7nw4r 58c7ae8
fix(eventhubs): protect producer session snapshot
j7nw4r f860d2d
fix(eventhubs): stabilize consumer client layout
j7nw4r 571d35f
fix(eventhubs): stabilize partition client layout
j7nw4r a4ff8a3
fix(eventhubs): close state on partition client move
j7nw4r 86a391a
fix(eventhubs): release closed partition states
j7nw4r 53d0869
test: synchronize mock AMQP connection count
j7nw4r b318372
fix(core-amqp): keep AuthenticationException on the management path
j7nw4r 292c09a
fix(eventhubs): release the first connection after a receiver rebuild
j7nw4r 609c1d5
fix(eventhubs): reject a partition client before the stack is built
j7nw4r 6304b8c
refactor(eventhubs): name the shared retry wait for what it does
j7nw4r 13e345c
docs(eventhubs): state the CBS open retry bound that ships
j7nw4r 12b6aca
test(core-amqp): let the mock AMQP server serve a client reconnect
j7nw4r ce12955
test(eventhubs): make the authentication recovery tests pass on Linux
j7nw4r 200e1e4
test(eventhubs): clear the recovery test hooks with a guard
j7nw4r d762a6c
test(eventhubs): expect AuthenticationException from a properties call
j7nw4r f7f1bb8
fix(core-amqp): encode annotations and footer as described sections
j7nw4r 520b86f
Merge branch 'main' into fix/retry-cbs-auth-once
j7nw4r File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.