-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[Bug] FE memory leak #45609
Comments
What tool are you using to detect memory leaks? |
16 tasks
doris metrics: jvm_non_heap_size_bytes |
github-actions bot
pushed a commit
that referenced
this issue
Dec 26, 2024
### What problem does this PR solve? Issue Number: close #45609
github-actions bot
pushed a commit
that referenced
this issue
Dec 26, 2024
### What problem does this PR solve? Issue Number: close #45609
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
Version
branch-2.1
What's Wrong?
fe memory leak
What You Expected?
do not leak
How to Reproduce?
One Reproduce Steps:
1、create a jdbc catalog:
2、then drop user
test_user
3、Trigger the memory leak:
We will got error message like:
ERROR 1105 (HY000) at line 1: Failed to initialize JdbcMySQLClient: Catalog
test_catalogcan not connect to jdbc due to error: Access denied for user 'default_cluster:[email protected]' (using password: YES)
Then we found:
1、jvm_non_heap leak
2、
java.net.FactoryURLClassLoader
leak in jvm heapAnother Reproduce Steps:
1、create a jdbc catalog with
metadata_refresh_interval_sec = 1
2、Trigger the memory leak:
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: