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

potential memory leak when modify password #56271

Closed
tiancaiamao opened this issue Sep 24, 2024 · 1 comment · Fixed by #56299
Closed

potential memory leak when modify password #56271

tiancaiamao opened this issue Sep 24, 2024 · 1 comment · Fixed by #56299

Comments

@tiancaiamao
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

I create 2M users, and then call "alter user 'xxx' identified by 'yyy'" for every user.

2. What did you expect to see? (Required)

No memory leak.

3. What did you see instead (Required)

The memory usage is abnormal

image

I add a internal sessions metrics and it shows that the internal session leaks:

image

Profile also shows the ExecuteInternal takes a lot inuse memory:

image

4. What is your TiDB version? (Required)

master ... this should affect a lot versions.

@lance6716
Copy link
Contributor

/assign @lance6716

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment