You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/03 13:33:00 UTC

[jira] [Updated] (FLINK-25969) org.apache.flink.table.runtime.generated.CompileUtils might cause class leaks

     [ https://issues.apache.org/jira/browse/FLINK-25969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-25969:
-----------------------------------
    Labels: pull-request-available  (was: )

> org.apache.flink.table.runtime.generated.CompileUtils might cause class leaks
> -----------------------------------------------------------------------------
>
>                 Key: FLINK-25969
>                 URL: https://issues.apache.org/jira/browse/FLINK-25969
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / Runtime
>    Affects Versions: 1.15.0
>            Reporter: Yun Gao
>            Assignee: Francesco Guardiani
>            Priority: Major
>              Labels: pull-request-available
>
> CompileUtils has two static caches, namely COMPILED_CACHE and COMPILED_EXPRESSION_CACHE. COMPILED_CACHE is check that it might cache the user ClassLoaders with strong references, thus it might need be improved. COMPILED_EXPRESSION_CACHE would need a double check.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)