Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
91619: changefeedccl: fix deadlock in mocksyncproducer r=samiskin a=samiskin Resolves #89028 TestChangefeedKafkaMessageTooLarge would flake sometimes with goroutines blocked on sending into the mocksyncproducer feedCh and would result in a "Slow on quiesce" error. This is likely due to the jobFeed shutting down which also shuts down the consumer of feedCh. Release note: None Co-authored-by: Shiranka Miskin <[email protected]>
- Loading branch information