Improve CancellationTokenSource handling in RetryOrchestrator
Description
Environment
None
Gerrit Reviews
None
Release Notes Description
None
is duplicated by
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created December 5, 2020 at 11:29 PM
Updated December 11, 2020 at 9:08 PM
Resolved December 8, 2020 at 2:11 AM
When there is a timeout configured for a query request, two CancellationTokenSources are created. In some cases, only one is required. Also, they are never disposed.