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 This is a moderate bug. type/bug This is 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 This is a bug. area/ticdc Issues or PRs related to TiCDC. labels May 9, 2024
@github-actions github-actions bot added this to Need Triage in Question and Bug Reports May 9, 2024
@flowbehappy
Copy link
Collaborator

Duplicate with #11078, closing.

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 This is a moderate bug. type/bug This is a bug.
Development

No branches or pull requests

2 participants