[jboss-jira] [JBoss JIRA] (WFLY-9544) Reduce instance loading of default set of clustering externalizers

Paul Ferraro (JIRA) issues at jboss.org
Sat Nov 11 16:10:00 EST 2017


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

Paul Ferraro updated WFLY-9544:
-------------------------------
    Description: 
Clustering externalizers are discovered via service loader, both for usage by the Infinispan marshaller and per-deployment for use by the distributed web session manager and distributed SFSB cache.

The org.wildfly.clustering.marshalling.api module loads a significant number of externalizers, which end up loading multiple times.  Eliminating this redundancy will help reduce the server memory footprint for these use cases.

  was:
Clustering externalizers are discovered via service loader, both for usage by the Infinispan marshaller and per-deployment for use by the distributed web session manager.

The org.wildfly.clustering.marshalling.api module loads a significant number of externalizers, which end up loading multiple times.  Eliminating this redundancy will help reduce the server memory footprint for these use cases.



> Reduce instance loading of default set of clustering externalizers
> ------------------------------------------------------------------
>
>                 Key: WFLY-9544
>                 URL: https://issues.jboss.org/browse/WFLY-9544
>             Project: WildFly
>          Issue Type: Enhancement
>          Components: Clustering
>    Affects Versions: 11.0.0.Final
>            Reporter: Paul Ferraro
>            Assignee: Paul Ferraro
>
> Clustering externalizers are discovered via service loader, both for usage by the Infinispan marshaller and per-deployment for use by the distributed web session manager and distributed SFSB cache.
> The org.wildfly.clustering.marshalling.api module loads a significant number of externalizers, which end up loading multiple times.  Eliminating this redundancy will help reduce the server memory footprint for these use cases.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list