-
Notifications
You must be signed in to change notification settings - Fork 288
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
[dr-autosync]v6.5 changefeed checkpoint ts lag up to 20min after down backup dc #9532
Comments
/severity major |
what does the " dr-autosync" mode mean? if the downstream crash, why should the lag not be affected ? |
@nongfushanquan for dr-autosync you can refer to https://docs.pingcap.com/tidb/stable/two-data-centers-in-one-city-deployment. Backup dc is not downstream, it is the "DR DC" in dr-autosync topo I believe. |
/assign @asddongmen |
Reopen it for no related fix recently, set it to moderate and wait for it happens again. |
Close it since it's stale, if you see it again , feel free to open it and please contact me. |
What did you do?
1.Deploy one cluster and set it in dr-autosync mode, with 3 pd, 3 tikv, 1 ticdc in primay datacenter. and 2 pd, 3 tikv, 1 ticdc in backup datacenter.
2.Down backup dc, including 2 pd, 1 ticdc and 3 tikvs.
What did you expect to see?
Changefeeds should be able to function properly without any influences.
What did you see instead?
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):(paste TiDB cluster version here)
Upstream TiKV version (execute
tikv-server --version
):(paste TiKV version here)
[root@tikv3-0 ~]# /tiup/deploy/tikv-20160/bin/tikv-server -V
TiKV
Release Version: 6.5.3
Edition: Community
Git Commit Hash: cb0dab3e4e0f3081966e871057272a40aa7ffc2d
Git Commit Branch: heads/refs/tags/v6.5.3-flashback
UTC Build Time: 2023-08-01 05:02:02
Rust Version: rustc 1.67.0-nightly (96ddd32c4 2022-11-14)
Enable Features: pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine cloud-aws cloud-gcp cloud-azure
Profile: dist_release
[root@ticdc1-0 ~]# /tiup/deploy/cdc-8300/bin/cdc version
Release Version: v6.5.3-drautosync
Git Commit Hash: aa97333
Git Branch: heads/refs/tags/v6.5.3-drautosync
UTC Build Time: 2023-07-24 06:27:18
Go Version: go version go1.19.11 linux/amd64
Failpoint Build: false
[root@ticdc1-0 ~]#
Downstream version
The text was updated successfully, but these errors were encountered: