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

James Perkins (Jira) issues at jboss.org
Tue Dec 11 12:46:01 EST 2018


     [ https://issues.jboss.org/browse/WFLY-11240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Perkins updated WFLY-11240:
---------------------------------
    Fix Version/s: 15.0.0.Final


> 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
>            Priority: Major
>             Fix For: 15.0.0.Beta1, 15.0.0.Final
>
>
> 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