Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
36923: changefeedccl: fix race in changeAggregator r=nvanbenschoten a=danhhz This race was introduced in 9bde786, which fixed a hang in `(*changeAggregator).close` which happened because the pollerDoneCh never got closed if the RunAsyncTask rejected the work. We could introduce some locking to fix the race, but better is to just to close the channel if the RunAsyncTask is not going to. Closes #35265 Release note: None Co-authored-by: Daniel Harrison <[email protected]>
- Loading branch information