potential memory leak when modify password #56271
Labels
affects-6.0
affects-6.1
affects-6.2
affects-6.3
affects-6.4
affects-6.5
affects-6.6
affects-7.0
affects-7.1
affects-7.2
affects-7.3
affects-7.4
affects-7.5
affects-7.6
affects-8.0
affects-8.1
affects-8.2
affects-8.3
component/ddl
This issue is related to DDL of TiDB.
severity/moderate
type/bug
The issue is confirmed as a bug.
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
I add a internal sessions metrics and it shows that the internal session leaks:
Profile also shows the
ExecuteInternal
takes a lot inuse memory:4. What is your TiDB version? (Required)
master ... this should affect a lot versions.
The text was updated successfully, but these errors were encountered: