[jboss-jira] [JBoss JIRA] (WFLY-3180) OOMs are still possible when using clustered web sessions/SFSBs w/passivation
Paul Ferraro (JIRA)
issues at jboss.org
Fri May 23 15:37:58 EDT 2014
[ https://issues.jboss.org/browse/WFLY-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Paul Ferraro updated WFLY-3180:
-------------------------------
Fix Version/s: 9.0.0.Alpha1
(was: 9.0.0.CR1)
> OOMs are still possible when using clustered web sessions/SFSBs w/passivation
> -----------------------------------------------------------------------------
>
> Key: WFLY-3180
> URL: https://issues.jboss.org/browse/WFLY-3180
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering
> Affects Versions: 8.0.0.Final
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Fix For: 9.0.0.Alpha1
>
>
> Currently, the owner of a web session or SFSB is responsible for schedule passivation. Unfortunately, much to my surprise, infinispan eviction commands are not broadcasted to the cluster, but are local-only. Consequently, the number of cache entries stored in memory can grow beyond the configured passivation limits, since remote copies of old cache entries are never evicted.
> To fix this, we can use the CommandDispatcher to manually broadcast eviction commands to the cluster.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
More information about the jboss-jira
mailing list