-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Networking & Observability
-
Fully Compatible
-
Programmability 2024-08-05, Programmability 2024-08-19, Networking & Obs 2024-07-22, Networking & Obs 2024-09-02, Networking & Obs 2024-09-16, Networking & Obs 2024-09-30
-
200
AsyncDBClient's operations can only be cancelled by explicitly invoking AsyncDBClient::cancel. We should extend its various methods to accept CancellationToken to be more in line with how cancellation is performed throughout the rest of the code base. This will also help simplify NetworkInterfaceTL's own cancellation logic.
- is depended on by
-
SERVER-92816 Add CancellationToken support to NetworkInterfaceTL::startCommand
- Closed
- is related to
-
SERVER-93646 ConnectionPoolTL shutdown should interrupt pending connection establishment
- Backlog