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

huge logs for "single region event feed disconnected" during initial scan #10164

Closed
fubinzh opened this issue Nov 27, 2023 · 4 comments · Fixed by #10170
Closed

huge logs for "single region event feed disconnected" during initial scan #10164

fubinzh opened this issue Nov 27, 2023 · 4 comments · Fixed by #10170
Labels
affects-6.5 This bug affects the 6.5.x(LTS) versions. affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. area/ticdc Issues or PRs related to TiCDC. severity/major type/bug The issue is confirmed as a bug.

Comments

@fubinzh
Copy link

fubinzh commented Nov 27, 2023

What did you do?

  1. Deploy TiDB cluster with 6 TiKV and 2 CDC
  2. Stop GC
  3. Create blackhole changefeed and pause it
  4. Run workload for several days to generate hube incremetal data for cdc t sync
  5. Resume cdc changefeed to do initial scan

What did you expect to see?

  1. CDC initial scan should work as expected

What did you see instead?

  • cdc goroutine number abnormal
    image

  • Pd grpc scan regions abnormal
    image

  • huge cdc logs, ~1TB per day
    image

Versions of the cluster

Upstream TiKV version (execute tikv-server --version):

/ # /tikv-server -V
TiKV
Release Version:   6.5.3
Edition:           Community
Git Commit Hash:   0578b41fca52aeee5ea5708efd41275165242988
Git Commit Branch: heads/refs/tags/v6.5.3-pr16054-0578b4
UTC Build Time:    2023-11-23 08:19:34
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

TiCDC version (execute cdc version):

bash-5.1# /cdc version
Release Version: v6.5.3-20231116-255d810
Git Commit Hash: 255d8104c8b9b4f8af191ee69d301ced723ccc3d
Git Branch: heads/refs/tags/v6.5.3-20231116-255d810
UTC Build Time: 2023-11-16 06:35:28
Go Version: go version go1.19.12 linux/amd64
Failpoint Build: false
@fubinzh fubinzh added area/ticdc Issues or PRs related to TiCDC. type/bug The issue is confirmed as a bug. labels Nov 27, 2023
@fubinzh
Copy link
Author

fubinzh commented Nov 27, 2023

/severity major

@fubinzh
Copy link
Author

fubinzh commented Dec 4, 2023

This issue is not resolved yet.
/reopen

@fubinzh fubinzh changed the title CDC initial scan not working and huge logs for "single region event feed disconnected" huge logs for "single region event feed disconnected" during initial scan Dec 7, 2023
@fubinzh
Copy link
Author

fubinzh commented Dec 8, 2023

/label affects-6.5
/label affects-7.1
/label affects-7.5

@ti-chi-bot ti-chi-bot bot added affects-6.5 This bug affects the 6.5.x(LTS) versions. affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. labels Dec 8, 2023
@hicqu
Copy link
Contributor

hicqu commented Dec 8, 2023

Closed by #10268.

@hicqu hicqu closed this as completed Dec 8, 2023
@jebter jebter added the area/ticdc Issues or PRs related to TiCDC. label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.5 This bug affects the 6.5.x(LTS) versions. affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. area/ticdc Issues or PRs related to TiCDC. severity/major type/bug The issue is confirmed as a bug.
Projects
Development

Successfully merging a pull request may close this issue.

3 participants