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

Optimize ServiceProviderRegistry cache operations

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: