Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.2.0.GA
-
Fix Version/s: EE-3.3.0.GA
-
Component/s: Push Server
-
Labels:None
-
Environment:EPS
Description
We should guard against any Exception that can occur in Runnables that are running on the ScheduledThreadPoolExecutors that we have as these Exceptions aren't seem to be logged by itself.
All Runnable implementations that are scheduled on a ScheduledThreadPoolExecutor now have a guard against Exceptions being thrown and logs a message with the Exception if thrown. Marking this one as FIXED.