Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
Description
As per REEF-1715, REEF processes should exit cleanly without explicitly calling System.exit(). We need to make sure that each process calls System.exit() at the end, and mark all remaining System.exit() lines with proper TODO comments. We also have to log the remaining running threads for debugging purposes.
Attachments
Issue Links
- relates to
-
REEF-1715 Remove System.exit() at the end of the REEF launcher
- Open