-
Notifications
You must be signed in to change notification settings - Fork 0
Share source session across migration workers #66
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
Open
Nitesh Vijay (niteshvijay1995)
wants to merge
28
commits into
main
Choose a base branch
from
perf/share-source-session
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.
Open
Changes from 4 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
709a1bc
perf: share source session across workers
niteshvijay-ms f852240
refactor: make session ownership explicit
niteshvijay-ms a63bb45
refactor: retain session factory name
niteshvijay-ms 8ea0f37
refactor: generalize session factory naming
niteshvijay-ms 9dcc1d3
perf: allow twenty concurrent session opens
niteshvijay-ms 341d8c7
fix: preserve source sessions during token rotation
niteshvijay-ms 1f5c1e9
refactor: defer disposal of rotated sessions
niteshvijay-ms 7a30d26
refactor: extend session disposal grace period
niteshvijay-ms 9da9449
refactor: separate session rotation from token refresh
niteshvijay-ms 25f2cc7
refactor: let session provider refresh itself
niteshvijay-ms fe1118a
refactor: create initial session in provider
niteshvijay-ms 87d7000
refactor: capture immutable source settings
niteshvijay-ms 7aade0e
refactor: use credential session factory object
niteshvijay-ms d5d95a9
perf: share source UDT registration cache
niteshvijay-ms f03fb5c
refactor: consolidate source session wrapper
niteshvijay-ms 7df21ac
refactor: expose typed source session API
niteshvijay-ms c04db77
fix: harden shared session lifecycle
niteshvijay-ms 9850625
style: expand method implementations
niteshvijay-ms 2a6af55
Encapsulate token refresh in source sessions
niteshvijay-ms 6000e47
Inline source token refresh lifecycle
niteshvijay-ms d8bd8f5
Centralize retriable operation execution
niteshvijay-ms 974705c
Simplify shared session architecture
niteshvijay-ms b96e1b3
Group source session lifecycle state
niteshvijay-ms 3971db5
Flatten source session wrapper state
niteshvijay-ms 3cdff29
Use lock-free current session reads
niteshvijay-ms ca6a58b
Move AAD token ownership to source wrapper
niteshvijay-ms 17403a4
Require explicit source AAD mode
niteshvijay-ms e484d13
Inline source session settings
niteshvijay-ms 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
Some comments aren't visible on the classic Files Changed page.
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
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
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.