-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
c2c: SHOW TENANT...REPLICATION
should show more
#93447
Comments
cc @cockroachdb/disaster-recovery |
cc @cockroachdb/disaster-recovery |
SHOW TENANT
should show StartTime
and replication job errorSHOW TENANT...REPLICATION
should show more
92971: sql/schemachanger: enable drop index by default r=fqazi a=fqazi This patch will enable drop index by default in the declarative schema changer with the following fixes: Fixes: #93070 1. Return proper index names for errors 2. Some index notices should only be generated when work is done 3. Views and indexes should have to be cleaned together when the index becomes invisible. 4. Drop index should return correct errors in system tables 5. Enable drop index by default and update logic tests Current limitations for falling back are if there are foreign key constraint dependencies or zone configs 93551: sql: add replication start time to `SHOW TENANT WITH REPLICATION STATUS` r=lidorcarmel a=adityamaru The start time is a useful piece of information to expose to the end user. It is the lower bound for the data we have replicated. Informs: #93447 Release note: None 93552: changefeedccl: increase chaos roachtest latency limits r=samiskin a=samiskin Resolves: #93238 Since our job-level retry MaxBackoff has increased from 10 seconds to 10 minutes, increase the chaos test latency limits. Release note: None 93682: ci: update bazel builder image r=rickystewart a=cockroach-teamcity Release note: None Epic: None Co-authored-by: Faizan Qazi <[email protected]> Co-authored-by: adityamaru <[email protected]> Co-authored-by: Shiranka Miskin <[email protected]> Co-authored-by: cockroach-teamcity <[email protected]>
We decided that showing the |
I could imagine a user wishing to know how long a replication stream has been running. Doesn’t necessarily imply it needs to be in this |
Once #92788 merges, we should add
StartTime
to the output ofSHOW TENANT WITH REPLICATION STATUS
. Additionally, we should add the replication job error reason if present. Both of these pieces of information are important for observability.Epic: CRDB-18752
Jira issue: CRDB-22337
The text was updated successfully, but these errors were encountered: