Back to bug 1017827

Who When What Removed Added
Dominik Pospisil 2013-10-10 15:03:50 UTC Depends On 959630
Jared MORGAN 2013-10-13 21:02:23 UTC Doc Text The performance of cache passivation is much lower in EAP/JPP 6.1 Infinispan compared to 6.0. The regression was introduced as a side effect of passivation issues fix. To work-around the issue, disable cache passivation. This might have a negative impact on memory consumption as the whole cache is stored in-memory.
Doc Type Bug Fix Known Issue
Thomas Heute 2013-10-16 11:38:22 UTC Target Release --- 6.1.1
CC theute
Assignee prabhat.jha jbpapp-maint
Jiri Pallich 2013-11-06 17:27:20 UTC CC jpallich
Boleslaw Dawidowicz 2013-11-19 09:15:56 UTC CC bdawidow
Whiteboard Ext
Boleslaw Dawidowicz 2013-12-02 10:41:34 UTC Target Milestone --- ER01
Jiri Pallich 2013-12-10 14:24:31 UTC Assignee jbpapp-maint jmorgan
Jared MORGAN 2013-12-10 22:08:22 UTC CC dpospisi
Doc Text The performance of cache passivation is much lower in EAP/JPP 6.1 Infinispan compared to 6.0. The regression was introduced as a side effect of passivation issues fix. To work-around the issue, disable cache passivation. This might have a negative impact on memory consumption as the whole cache is stored in-memory. The performance of cache passivation is much lower in EAP/JPP 6.1 Infinispan compared to 6.0. The regression was introduced as a side effect of passivation issues fix.

To work-around the issue, disable cache passivation. In the /standalone/configuration/standalone-ha.xml file, comment out the <file-store/> elements in the following block:
[source,XML]
----
<cache-container name="web" aliases="standard-session-cache" default-cache="repl" module="org.jboss.as.clustering.web.infinispan">
<transport lock-timeout="60000"/>
<replicated-cache name="repl" mode="ASYNC" batching="true">
<!-- <file-store/> -->
</replicated-cache>
<replicated-cache name="sso" mode="SYNC" batching="true"/>
<distributed-cache name="dist" mode="ASYNC" batching="true" l1-lifespan="0">
<!-- <file-store/> -->
</distributed-cache>
</cache-container>
----
This might have a negative impact on memory consumption as the whole cache is stored in-memory.
Flags needinfo?(dpospisi)
Boleslaw Dawidowicz 2014-02-05 13:55:59 UTC Whiteboard Ext 6_2 Triage JCR_Upgrade
Dominik Pospisil 2014-06-19 13:29:12 UTC QA Contact dpospisi tkyjovsk
Dominik Pospisil 2014-06-24 07:21:18 UTC CC dpospisi
John Skeoch 2015-08-10 01:28:41 UTC Assignee jmorgan mmurray

Back to bug 1017827