Description
Currently some classes, like Evaluators, assert that there is only one instance of such class per application. This is no longer true with the REEFEnvironment setting, where a class is a singleton per environment, not per entire JVM process. We need to extend our assertion functionality for such case, and use it in classes like Evaluators
Attachments
Issue Links
- is part of
-
REEF-1575 Get rid of global exception handlers and other process-global features in REEF
- In Progress