Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-11254

Optimize FineSessionAttributes cache operations

XMLWordPrintable

      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.

              pferraro@redhat.com Paul Ferraro
              pferraro@redhat.com Paul Ferraro
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: