[jboss-jira] [JBoss JIRA] (WFLY-5591) Client mappings cache should always use REPL

Paul Ferraro (JIRA) issues at jboss.org
Tue Oct 27 10:19:00 EDT 2015


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

Paul Ferraro updated WFLY-5591:
-------------------------------
    Description: Currently, the cache used for ejb client mappings uses the same cache mode as the cache used for SFSBs.  On a 4 node cluster, this results in an extra RPC for half of the requests.  The client mappings cache should always use REPL, if the SFSB cache is clustered, and should never use a persistent store.  (was: Currently, the cache used for routing information uses the same cache mode as the cache used for web sessions.  On a 4 node cluster, this results in an extra RPC for half of the requests.  The routing cache should always use REPL, if the web session cache is clustered, and should never use a persistent store.)


> Client mappings cache should always use REPL
> --------------------------------------------
>
>                 Key: WFLY-5591
>                 URL: https://issues.jboss.org/browse/WFLY-5591
>             Project: WildFly
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 10.0.0.CR4
>            Reporter: Paul Ferraro
>            Assignee: Paul Ferraro
>
> Currently, the cache used for ejb client mappings uses the same cache mode as the cache used for SFSBs.  On a 4 node cluster, this results in an extra RPC for half of the requests.  The client mappings cache should always use REPL, if the SFSB cache is clustered, and should never use a persistent store.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list