Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changefeedccl: use correct channel size in parallelio
Previously, the channels used for sending requests and receiving results were too small. This meant that a caller could block on sending a request even after acquiring quota. This change ensures that the size of the channels is large enough so that this blocking does not occur. Closes: #118463 Closes: #118462 Closes: #118461 Closes: #118460 Closes: #118459 Closes: #118458 Epic: none
- Loading branch information