igalshilman opened a new pull request #154: URL: https://github.com/apache/flink-statefun/pull/154
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: 1. Each operator accesses the universe during its open phase (once) 2. Having such a cache result in a shared universe across attempts, and this is undesirable. For example accessing previously released resources. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
