qupeng

Results 75 comments of qupeng

> What is the reason TiCDC is blocked? @hicqu TiCDC disk is full.

We reprocude the problem in another case. Here is some traces: ``` [2024/02/08 04:01:45.554 +08:00] [INFO] [initializer.rs:574] ["cdc incremental scan uses ts filter: true"] [tables=1] [filtered_versions=0] [mvcc_versions=0] [hint_min_ts=447567913016623946] [region_id=31469] [thread_id=230]...

I have re-produced the issue in an integration test. The bug is directly introduced by #16252 . The PR is expected to reduce I/O usage if only partial of a...

/test cdc-integration-storage-test

Seems duplicate with https://github.com/tikv/tikv/issues/16601.

Seems the slow scan region is the last one in whole key space: ``` [2024/03/25 09:59:58.475 +00:00] [INFO] [region.go:740] ["region Version changed"] [region-id=63851] [detail="StartKey Changed:{7480000000000033FF6E5F72B1E04F919AFFD0F6830000000000FA} -> {7480000000000033FF725F698000000000FF00000103C1179678FFE93A796903C11796FF78E93A7969000000FC}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=4570] [new-version=4572]...