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.
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