-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Done
-
Affects Version/s: 11.0.0.Final
-
Fix Version/s: 17.0.0.Alpha1, 17.0.0.Final
-
Component/s: EJB
-
Labels:
-
Steps to Reproduce:
-
Affects:Release Notes
-
Git Pull Request:
SFSB tracks expiration with "new Date().getTime()" and "System.currentTimeMillis()".
But the expiration threads are scheduled (inside JDK classes) with System.nanoTime().
If the expiration task runs before the bean is considered expired, the expiration check fails and the bean is never expired.
- is incorporated by
-
JBEAP-16703 [GSS](7.2.z) WFLY-11970 - SFSB memory leak due to Date() usage
-
- Verified
-