[jboss-jira] [JBoss JIRA] (WFLY-11240) Optimize ServiceProviderRegistry cache operations

Paul Ferraro (Jira) issues at jboss.org
Wed Oct 24 12:47:00 EDT 2018


Paul Ferraro created WFLY-11240:
-----------------------------------

             Summary: Optimize ServiceProviderRegistry cache operations
                 Key: WFLY-11240
                 URL: https://issues.jboss.org/browse/WFLY-11240
             Project: WildFly
          Issue Type: Task
          Components: Clustering
    Affects Versions: 14.0.0.Final
            Reporter: Paul Ferraro
            Assignee: Paul Ferraro


The ServiceProviderRegistry from the clustering API is implemented atop a Cache<ServiceName, Set<Address>>.  Currently, operations to add and remove members from the set of available provider are sub-optimal, as they replicate the entire Set<Address>.  As discussed at the last clustering F2F, we should optimize these operations such that only the address to be added/removed is sent to remote nodes.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list