-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
ISPN-9003 added in clustered max idle expiration. However the approach implemented can cause entries to entries to expire prematurely when a node is lost (due to only the primary having the latest access time). This was deemed not acceptable.
The new approach will add a new touch command that is fired on an entry access of a max idle entry. This will slow down accesses as they will essentially be light weight synchronous writes, but should guarantee data is properly expired.
- is documented by
-
ISPN-11164 Docs: Clustered max idle updates
- Closed
-
ISPN-11171 [9.4.x] Clustered max idle doc updates
- Closed
- is related to
-
ISPN-11144 Cluster Max Idle can miss a touch during state transfer
- New