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.21k stars 3.82k forks source link

changefeedccl: improve obs for which table encountered schema change #136624

Open andyyang890 opened 13 hours ago

andyyang890 commented 13 hours ago

Currently, changefeed logs only log the timestamp at which a schema change on a watched table occurred. We should log the table ID/name so that if the changefeed watches multiple tables, it's obvious which one had the schema change. This would be especially useful if multiple watched tables had schema changes around the same time.

Jira issue: CRDB-45171

blathers-crl[bot] commented 13 hours ago

cc @cockroachdb/cdc