Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When a tx is created a new timer task is created so that it can be cancelled; this task is never cancelled so it remains referenced until it is fired.
Under high load, a lot of pending tasks can build up leading to an OutOfMemoryError.
Solution is to cancel the timer on tx commit/rollback