tiflow icon indicating copy to clipboard operation
tiflow copied to clipboard

This repo maintains DM (a data migration platform) and TiCDC (change data capture for TiDB)

Results 516 tiflow issues
Sort by recently updated
recently updated
newest added

This is an automated cherry-pick of #11076 ### What problem does this PR solve? Issue Number: close #10849 ### What is changed and how it works? Enable pdClient's forwarding function,...

size/S
cherry-pick-approved
release-note
lgtm
type/cherry-pick-for-release-7.5

This is an automated cherry-pick of #11058 ### What problem does this PR solve? Issue Number: close #11057 ### What is changed and how it works? * enable checksum for...

size/XXL
do-not-merge/cherry-pick-not-approved
release-note-none
lgtm
type/cherry-pick-for-release-7.5

### What problem does this PR solve? Issue Number: close #11210 ### What is changed and how it works? * use `sync.Pool` to reduce the map allocation for the datum...

size/L
release-note-none
approved
needs-1-more-lgtm
lgtm

This is an automated cherry-pick of #11077 ### What problem does this PR solve? Issue Number: close #11074 ### What is changed and how it works? ### Check List ####...

size/M
cherry-pick-approved
release-note-none
lgtm
type/cherry-pick-for-release-7.5

### What did you do? 1. TiDB cluster with 2 CDC nodes (24c32g) cdc config: ``` config: | log-file = "/var/lib/ticdc/log/ticdc.log" [debug] [debug.kv-client] frontier-concurrent = 32 ``` TiKV cdc.min-ts-interval =...

type/bug
severity/major
area/ticdc
may-affects-5.4
may-affects-6.1
may-affects-6.5
may-affects-7.1
affects-7.5
affects-8.1

### What did you do? 1、create changefeed 2、run sysbench subType:"oltp_read_write" tableNum:64 tableSize:70000000 threads:32 3、inject ticdc owner io hang ### What did you expect to see? qps should be normal ###...

type/enhancement
area/ticdc

### What problem does this PR solve? Issue Number: close #11383 ### What is changed and how it works? * add more DDL and DML changes in the integration test...

size/M
release-note-none

### What did you do? Reproduction Steps 1. Create a table t1 ```markdown create table t1 (id int primary key); ``` 2. Create a changefeed to replicate this table 3....

type/bug
severity/major
area/ticdc
may-affects-5.4
may-affects-6.1
affects-6.5
affects-7.1
affects-7.5
affects-8.1

### What did you do? 1. create mysql sink changefeed 2. run tpcc prepare ``` go-tpc tpcc --db workload --warehouses 80 -T 50 --host upstream-tidb.cdc-testbed -tps-7597190-1-758 --port 4000 --parts 1...

type/bug
severity/major
area/ticdc
may-affects-5.4
may-affects-6.1
may-affects-6.5
may-affects-7.1
may-affects-7.5
may-affects-8.1
affects-8.2