Skip to content
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

streamingccl: add replication lag to SHOW VIRTUAL CLUSTER results #120782

Merged
merged 2 commits into from
Mar 25, 2024

Commits on Mar 20, 2024

  1. streamingccl: add replication lag to SHOW VIRTUAL CLUSTER results

    With this patch, SHOW VIRTUAL CLUSTER ... WITH REPLICATION STATUS will display
    the replication lag.
    
    Fixes cockroachdb#120647
    
    Release note (sql change): SHOW VIRTUAL CLUSTER ... WITH REPLICATION STATUS now
    displays the PCR replication lag.
    msbutler committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    753006f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. streamingccl: refactor SHOW VIRTUAL CLUSTER ... with REPLICATION STATUS

    Epic: none
    
    Release note (sql change): This patch refactors the output of SHOW VC WITH
    REPLICATION STATUS to 1) remove the replication_job_id, service_mode return
    fields; 2) reorder to following columns to: retained_time, replicated_time,
    replication_lag, cutover_time; 3) rename the data_state field status and moves
    to the last return column.
    msbutler committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1fcff46 View commit details
    Browse the repository at this point in the history