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)

Reply via email to