-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: 5.0.10
-
Component/s: Configuration
-
Environment:
AIX, jetty 7.0
-
None
ThreadLocalCache has invalid default constructor. While non default contructor requires following order of params: int maxSize, int lifetime - default constructor passes default args in invalid order - this(DEFAULT_LIFETIME, 128);
Thus, cache entries get 128ms lifetime and get expunged constantly.