Skip to content

Compare the difference of tiflash replica number for blue-green upgrade clusters #30

@JaySon-Huang

Description

@JaySon-Huang

https://docs.pingcap.com/tidb/stable/ticdc-compatibility/#compatibility-with-tiflash

Currently, when you use TiCDC to replicate tables to a downstream TiDB cluster, creating TiFlash replicas for the tables is not supported, which means that TiCDC does not support replicating TiFlash-related DDL statements, such as:

ALTER TABLE table_name SET TIFLASH REPLICA count;
ALTER DATABASE db_name SET TIFLASH REPLICA count;

It is better we can provide a tool for compare the difference of tiflash replica number for blue-gree upgrade clusters. So that the user can know which tables they should set tiflash replica for the "green cluster".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions