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

log-backup: memory leak after stopping a task. #16070

Closed
YuJuncen opened this issue Nov 27, 2023 · 0 comments · Fixed by #16071
Closed

log-backup: memory leak after stopping a task. #16070

YuJuncen opened this issue Nov 27, 2023 · 0 comments · Fixed by #16071
Labels
severity/moderate type/bug The issue is confirmed as a bug.

Comments

@YuJuncen
Copy link
Contributor

Bug Report

What version of TiKV are you using?

Master.

What operating system and CPU are you using?

General x86 CPU.

Steps to reproduce

  1. Create a log backup task.
  2. Write some data (prefer huge rows).
  3. Stop the log backup task.

What did you expect?

The task should be removed and the memory of template files should be released.

What did happened?

The memory used by template files never released.

@YuJuncen YuJuncen added type/bug The issue is confirmed as a bug. severity/moderate labels Nov 27, 2023
ti-chi-bot bot added a commit that referenced this issue Nov 30, 2023
… task stopped. (#16071)

close #16056, close #16070

Signed-off-by: hillium <yujuncen@pingcap.com>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot pushed a commit to ti-chi-bot/tikv that referenced this issue Nov 30, 2023
close tikv#16056, close tikv#16070

Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
ti-chi-bot pushed a commit to ti-chi-bot/tikv that referenced this issue Nov 30, 2023
close tikv#16056, close tikv#16070

Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
ti-chi-bot bot pushed a commit that referenced this issue Dec 8, 2023
… task stopped. (#16071) (#16108)

close #16056, close #16070

Signed-off-by: hillium <yujuncen@pingcap.com>

Co-authored-by: hillium <yujuncen@pingcap.com>
Co-authored-by: iosmanthus <dengliming@pingcap.com>
ti-chi-bot bot added a commit that referenced this issue Dec 21, 2023
… task stopped. (#16071) (#16110)

close #16056, close #16070

Signed-off-by: hillium <yujuncen@pingcap.com>

Co-authored-by: hillium <yujuncen@pingcap.com>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot added a commit that referenced this issue Jan 31, 2024
… task stopped. (#16071) (#16109)

close #16056, close #16070

Signed-off-by: hillium <yujuncen@pingcap.com>

Co-authored-by: hillium <yujuncen@pingcap.com>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/moderate type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant