Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an additional cancellation check to the fetch phase (#62577)
In #62357 we introduced an additional optimization that allows us to skip the most of the fetch phase early if no results are found. This change caused some cancellation test failures that were relying on definitive cancellation during the fetch phase. This commit adds an additional quick cancellation check at the very beginning of the fetch phase to make cancellation process more deterministic. Fixes #62530
- Loading branch information