-
Bug
-
Resolution: Done
-
Critical
-
8.0.0.Beta
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
The following use cases currently involve redundant cache operations when near cache is disabled.
- ATTRIBUTE granularity sessions require duplicate remote cache lookups for existing sessions
Additionally, because near cache invalidation also invalidates itself - there are additional cases where enabling near caching requires redundant cache operations:
- ATTRIBUTE granularity attribute reads following a write require an additional remote lookup
Other redundancies (independent of near caching) include:
- Updates to the session index used by ATTRIBUTE granularity require N operations, rather than a single operation.
- Updates to ATTRIBUTE granularity session attributes require N operations, rather than using bulk operations, e.g. putAll
- clones
-
WFLY-18572 HotRod-based session manager requires too many remote operations for ATTRIBUTE granularity sessions
- Closed
- is cloned by
-
JBEAP-25743 (7.4.z) HotRod-based session manager requires too many remote operations for ATTRIBUTE granularity sessions
- Closed