cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.13k stars 3.81k forks source link

cdc: kafka sink may not be respecting context cancel #131223

Open rharding6373 opened 1 month ago

rharding6373 commented 1 month ago

In https://github.com/cockroachlabs/support/issues/3075 there was a changefeed job using a kafka sink that got stuck in state reverting. In this jobs state, a node is expected to adopt the job, become coordinator, and call the resumer method. There is a suspicion that this is due to a missing context cancel check in the kafka sink. We should investigate.

Jira issue: CRDB-42451

Epic CRDB-41784

blathers-crl[bot] commented 1 month ago

cc @cockroachdb/cdc