[
https://issues.apache.org/jira/browse/FLINK-19279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tzu-Li (Gordon) Tai closed FLINK-19279.
---------------------------------------
Fix Version/s: statefun-2.2.0
Resolution: Fixed
statefun-master: a0ef9deba769320d922efb42cf9e3c05e72edaba
> 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
> Fix For: statefun-2.2.0
>
>
> 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)