-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Service Arch
-
Fully Compatible
-
Programmability 2024-08-05, Programmability Needs Merge
Currently, getting a connection from a ConnectionPool can only be cancelled by the caller provided timeout or by shutting down the entire pool. We should augment connection-getting methods to accept CancellationTokens to support cancellation, which will simplify NetworkInterfaceTL's own cancellation logic.
- is depended on by
-
SERVER-92816 Add CancellationToken support to NetworkInterfaceTL::startCommand
- Closed