Navigation Menu

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

Memory leak when continuous profiling #11108

Closed
zhongzc opened this issue Oct 20, 2021 · 1 comment · Fixed by #11205
Closed

Memory leak when continuous profiling #11108

zhongzc opened this issue Oct 20, 2021 · 1 comment · Fixed by #11205

Comments

@zhongzc
Copy link
Contributor

zhongzc commented Oct 20, 2021

Bug Report

What version of TiKV are you using?

nightly, debug build

What operating system and CPU are you using?

Linux 5.4.0-80-generic x86_64

Steps to reproduce

make build

tiup playground nightly --tiflash 0 --kv.binpath target/debug/tikv-server

while true; do curl -sSL http://127.0.0.1:20180/debug/pprof/profile 2>&1 >/dev/null; done

What did happened?

Increasing memory usage. Won't come down.
image

What did you expect?

Reasonable memory footprint.

@zhongzc
Copy link
Contributor Author

zhongzc commented Oct 20, 2021

cc @YangKeao

YangKeao added a commit to YangKeao/tikv that referenced this issue Nov 2, 2021
close tikv#11108

Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
ti-chi-bot pushed a commit that referenced this issue Nov 2, 2021
close #11108

Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
YangKeao added a commit to YangKeao/tikv that referenced this issue Nov 3, 2021
close tikv#11108

Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
zhouqiang-cl pushed a commit that referenced this issue Nov 8, 2021
…11215)

close #11108

Signed-off-by: YangKeao <yangkeao@chunibyo.icu>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
YangKeao added a commit to YangKeao/tikv that referenced this issue Nov 25, 2021
close tikv#11108

Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
YangKeao added a commit to YangKeao/tikv that referenced this issue Nov 25, 2021
close tikv#11108

Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
YangKeao added a commit to YangKeao/tikv that referenced this issue Dec 8, 2021
close tikv#11108

Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
ti-chi-bot added a commit that referenced this issue Jan 26, 2022
…11474)

close #11108

Signed-off-by: YangKeao <yangkeao@chunibyo.icu>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
sticnarf pushed a commit to sticnarf/tikv that referenced this issue Jan 27, 2022
… (tikv#11474)

close tikv#11108

Signed-off-by: YangKeao <yangkeao@chunibyo.icu>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: Yilin Chen <sticnarf@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant