-
Bug
-
Resolution: Done
-
Critical
-
11.0.0.Final
-
-
Release Notes
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
-
- Closed
-