We've had past issues stemming from errors that lead to transaction retries and resulted in bad state (e.g., not updating the PTS table, fixed in https://github.com/cockroachdb/cockroach/pull/132712). We should audit use of transactions within CDC and add test coverage of transaction retries where applicable.
We've had past issues stemming from errors that lead to transaction retries and resulted in bad state (e.g., not updating the PTS table, fixed in https://github.com/cockroachdb/cockroach/pull/132712). We should audit use of transactions within CDC and add test coverage of transaction retries where applicable.
Jira issue: CRDB-43463