Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changefeedccl: fix deadlock in mocksyncproducer #91619

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

samiskin
Copy link
Contributor

@samiskin samiskin commented Nov 9, 2022

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

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 and therefore no longer reading from the feedCh.

Release note: None
@samiskin samiskin requested a review from miretskiy November 9, 2022 18:14
@samiskin samiskin requested a review from a team as a code owner November 9, 2022 18:14
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@miretskiy
Copy link
Contributor

Do we have an issue on the flaky test? Maybe create one and reference from here?

@samiskin
Copy link
Contributor Author

samiskin commented Nov 9, 2022

We had one in the past that I marked resolved since it didn't fail for a while, referencing that same issue seems to make the linter happy.

@samiskin
Copy link
Contributor Author

bors r+

@craig
Copy link
Contributor

craig bot commented Nov 14, 2022

Build succeeded:

@samiskin
Copy link
Contributor Author

blathers backport 22.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cdc: TestChangefeedKafkaMessageTooLarge is flakey
3 participants