[jira] [Created] (FLINK-19279) Remove StatefulFunctionUnvierse cache

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-19279) Remove StatefulFunctionUnvierse cache

Shang Yuanchun (Jira)
Igal Shilman created FLINK-19279:
------------------------------------

             Summary: 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


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)