Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Currently, REEF launcher explicitly invokes System.exit(0); at the end of the REEF job to shut down all threads that are still running.
This is not acceptable when REEF is launched as a library alongside with other applications on the same JVM. We need to properly clean-up the resources and shut down all threads on REEF application shutdown.