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: cockroachdb#118463 Closes: cockroachdb#118462 Closes: cockroachdb#118461 Closes: cockroachdb#118460 Closes: cockroachdb#118459 Closes: cockroachdb#118458 Epic: none
- Loading branch information