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

TiCDC there are metrics for tables that have already been dropped. #11073

Open
hanbinbin731 opened this issue May 10, 2024 · 2 comments
Open
Assignees
Labels
affects-6.5 area/ticdc Issues or PRs related to TiCDC. severity/moderate This is a moderate bug. type/bug This is a bug.

Comments

@hanbinbin731
Copy link

hanbinbin731 commented May 10, 2024

What did you do?

create table test (a int primary key);
drop table test;
wget http://192.168.1.13:8300/metrics
vi metrics

What did you expect to see?

Metrics for tables that have already been dropped should not exist.

What did you see instead?

ticdc_kvclient_channel_size{changefeed="test-task",namespace="default",table="80",type="err"} 0
ticdc_kvclient_region_worker_busy_ratio{changefeed="test-task",namespace="default",store="192.168.1.11:20160",table="80",type="event-handler"} 0

Versions of the cluster

Release Version: v6.5.8
Git Commit Hash: e5999e3c21bee8748126951a869522e182d207b6
Git Branch: heads/refs/tags/v6.5.8
UTC Build Time: 2024-01-25 10:03:56
Go Version: go version go1.19.13 linux/amd64
Failpoint Build: false
@hanbinbin731 hanbinbin731 added area/ticdc Issues or PRs related to TiCDC. type/bug This is a bug. labels May 10, 2024
@github-actions github-actions bot added this to Need Triage in Question and Bug Reports May 10, 2024
@fubinzh
Copy link

fubinzh commented May 13, 2024

/severity moderate

@asddongmen
Copy link
Contributor

Only affect version < v7.5.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.5 area/ticdc Issues or PRs related to TiCDC. severity/moderate This is a moderate bug. type/bug This is a bug.
Projects
Development

No branches or pull requests

5 participants