Paul Ferraro created WFLY-11254:
-----------------------------------
Summary: Optimize FineSessionAttributes cache operations
Key: WFLY-11254
URL:
https://issues.jboss.org/browse/WFLY-11254
Project: WildFly
Issue Type: Task
Components: Clustering
Affects Versions: 14.0.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
The FineSessionAttributes are implemented atop a Cache<Key<String>,
Map<String, ID>>. Currently, operations to add and remove attributes from the map
of attributes are sub-optimal, as they replicate the entire Map<String, ID>. As
discussed at the last clustering F2F, we should optimize these operations such that only
the attribute name to be added/removed is sent to remote nodes.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)