-
Notifications
You must be signed in to change notification settings - Fork 332
Add configurable idle connection timeout (ADO #39970) #4295
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
Merged
priyankatiwari08
merged 28 commits into
dotnet:main
from
priyankatiwari08:feature/idle-connection-timeout-pr1
Jun 23, 2026
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
126f16a
Add configurable idle connection timeout (ADO #39970)
priyankatiwari08 2a94926
Address Copilot review feedback on #4295
priyankatiwari08 93ab7ee
Address PR #4295 inline review feedback
priyankatiwari08 dd30ce7
Address PR review: default IdleTimeout=300, remove synonym, drop tran…
priyankatiwari08 b3a7b12
Address PR #4295 review feedback on idle timeout behavior
priyankatiwari08 a6a69c5
Remove Pool Idle Timeout synonym; keep only canonical Connection Idle…
priyankatiwari08 a37358d
Address review feedback for idle connection timeout
priyankatiwari08 f32d6cd
Address Paul's review feedback: rename and doc cleanup
priyankatiwari08 0f0d018
Apply review feedback: drop guard, overflow-safe expiry, Yoda swap, 3…
priyankatiwari08 911b83a
Re-add legacy-switch guard around ReturnedToPool stamp
priyankatiwari08 228fe6f
Merge branch 'main' into feature/idle-connection-timeout-pr1
priyankatiwari08 80da656
Fix merge conflict damage in LocalAppContextSwitchesHelper
priyankatiwari08 7611570
Fix merge conflict damage in LocalAppContextSwitches
priyankatiwari08 abfa301
Pass idleTimeout to DbConnectionPoolGroupOptions in budget test
priyankatiwari08 5b1bbe9
Add TimeoutTimer arg to TryGetConnection / idleTimeout to DbConnectio…
priyankatiwari08 0cf4d4a
Address PR #4295 Copilot review: document UseLegacyIdleTimeoutBehavio…
priyankatiwari08 a6942f4
Address PR 4295 review feedback: cleanup cadence, idle-eviction gate,…
priyankatiwari08 182b596
Merge origin/main; fix new ChannelDbConnectionPoolPruningTest to pass…
priyankatiwari08 f78fac0
Fix ChannelDbConnectionPoolPruningTest: pass idleTimeout: 0 to DbConn…
priyankatiwari08 e999310
Address PR 4295 review: gate WaitHandleDbConnectionPool destroy loop …
priyankatiwari08 b52495f
Potential fix for pull request finding
priyankatiwari08 1e37541
Address PR 4295 open reviews: revert CleanupCallback IsIdleExpired ga…
priyankatiwari08 72d241d
Clarify IdleTimeout doc: spell out the half-timeout early-eviction case
priyankatiwari08 3680ad3
Address Copilot review on 72d241d7: trace reason, IsIdleExpired XML d…
priyankatiwari08 5b47aff
Address Paul review on 3680ad36: capture IsIdleExpired once, plain da…
priyankatiwari08 1435958
Add failing regression test for return-path idle eviction
priyankatiwari08 1dd68e6
Stamp ReturnedTime before IsLiveConnection in ChannelDbConnectionPool…
priyankatiwari08 6324ed6
Address Copilot review feedback: spelling and IdleTimeout doc
priyankatiwari08 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
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.