-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Class loader leak since 367 #11234
Comments
It might relates to #10408 and to aa5ce5e ( trino/core/trino-main/src/main/java/io/trino/operator/aggregation/AccumulatorCompiler.java Line 95 in 2c1344c
|
The situation get worse as the JVM gets bigger.
|
Update: Issue still exists in |
@dain trino/core/trino-main/src/main/java/io/trino/operator/aggregation/AccumulatorCompiler.java Line 240 in e423abf
|
I think we are missing a cache around |
Collecting
|
I did a stress test (70 queries executed in 2 minutes cycles for 3 hours) on both
366
and367
and found that class loaders are retained in JVM 5 times more.This class loader leak might be the reason for a performance degradation that appear after running for a while.
367
366
Here is a list of classes that retained in JVM in
367
but not in366
Issue might relates to #9837 or #10386 (airlift upgrade)
cc @dain @sopel39
The text was updated successfully, but these errors were encountered: