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
29.85k stars 3.77k forks source link

changefeedccl: add to db console information about throttling #105217

Open amruss opened 1 year ago

amruss commented 1 year ago

As part of the work to make changefeeds handle quotas more gracefully (plus the work we did for admission control), changefeeds can quietly end up in a throttled state for many reasons. We should indicate when changefeeds are in a throttled state in the db console:

See https://github.com/cockroachdb/cockroach/pull/104446 Jira issue: CRDB-28927

blathers-crl[bot] commented 1 year ago

cc @cockroachdb/cdc

amruss commented 1 year ago

Admission control we don't have the same kind of obseravbility into and is going to be out of scope for this issue.