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

There is a memory leak in the frontier #683

Closed
zier-one opened this issue Jun 22, 2020 · 0 comments · Fixed by #704
Closed

There is a memory leak in the frontier #683

zier-one opened this issue Jun 22, 2020 · 0 comments · Fixed by #704
Assignees
Labels
area/ticdc Issues or PRs related to TiCDC. type/bug The issue is confirmed as a bug.
Milestone

Comments

@zier-one
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

In the current implementation(master, v4.0.2), after region splitting, we add some related nodes to the frontier;
however, after region merging, we do not remove the overwritten nodes, which leads to an increasing number of nodes maintained in the frontier.

@zier-one zier-one added the type/bug The issue is confirmed as a bug. label Jun 22, 2020
@zier-one zier-one self-assigned this Jun 22, 2020
@amyangfei amyangfei added this to the v4.0.3 milestone Jun 22, 2020
@AkiraXie AkiraXie added the area/ticdc Issues or PRs related to TiCDC. label Mar 9, 2022
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. type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants