Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Currently BackgroundThread dies silently when hit by an uncaught exception. We should log a warning.
Also calling Thread#start from within the constructor is an anti-pattern as it exposes this before fully initialised. This is potentially causing OAK-3303.