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

sorter iterator can utilize too much CPU if there are lots of DeleteRange records #11065

Closed
hicqu opened this issue May 9, 2024 · 1 comment
Labels
area/ticdc Issues or PRs related to TiCDC. severity/moderate type/bug The issue is confirmed as a bug.

Comments

@hicqu
Copy link
Contributor

hicqu commented May 9, 2024

What did you do?

Start a TiCDC changefeed to replicate 4K tables. And there are a lot exists data.

What did you expect to see?

No response

What did you see instead?

Sorter iterators can utilize too much CPU if there are lots of DeleteRange records:

img_v3_02a7_69cbd440-cb00-4317-a896-aca25ea9102g

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)

TiCDC version (execute cdc version):

(paste TiCDC version here)
@hicqu hicqu added type/bug The issue is confirmed as a bug. area/ticdc Issues or PRs related to TiCDC. labels May 9, 2024
@hicqu hicqu added affects-7.5 This bug affects the 7.5.x(LTS) versions. affects-8.0 affects-8.1 This bug affects the 8.1.x(LTS) versions. severity/moderate labels May 9, 2024
@flowbehappy
Copy link
Collaborator

Duplicate with #11078, closing.

@flowbehappy flowbehappy removed affects-7.5 This bug affects the 7.5.x(LTS) versions. affects-8.0 affects-8.1 This bug affects the 8.1.x(LTS) versions. labels May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ticdc Issues or PRs related to TiCDC. severity/moderate type/bug The issue is confirmed as a bug.
Projects
Development

No branches or pull requests

2 participants