[
https://issues.apache.org/jira/browse/FLINK-19279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-19279:
-----------------------------------
Labels: pull-request-available (was: )
> Remove StatefulFunctionUnvierse cache
> -------------------------------------
>
> Key: FLINK-19279
> URL: https://issues.apache.org/jira/browse/FLINK-19279
> Project: Flink
> Issue Type: Bug
> Components: Stateful Functions
> Reporter: Igal Shilman
> Assignee: Igal Shilman
> Priority: Major
> Labels: pull-request-available
>
> Currently we cache the provided universe, per JVM. The cache exists to avoid
> scanning the class path, whenever accessing the universe across different
> operators executing at the same JVM, however:
> # Each operator access the universe during its open phase.
> # Having such a cache result in a shared universe across attempts, and this
> is undesirable. For example accessing previously released resources.
>
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)