]
RH Bugzilla Integration commented on GTNPORTAL-2801:
----------------------------------------------------
Tomas Kyjovsky <tkyjovsk(a)redhat.com> changed the Status of [bug
Add eviction to indexer-config.xml
----------------------------------
Key: GTNPORTAL-2801
URL:
https://issues.jboss.org/browse/GTNPORTAL-2801
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: JCR integration
Affects Versions: 3.5.0.Final
Reporter: Toshiya Kobayashi
gatein.ear/portal.war/WEB-INF/conf/jcr/jbosscache/cluster/indexer-config.xml doesn't
have eviction configuration. It may cause a memory leak in slave nodes.
{code:xml}
<jbosscache
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:jboss:jbosscache-core:config:3.1">
<locking useLockStriping="false" concurrencyLevel="64"
lockParentForChildInsertRemove="false"
lockAcquisitionTimeout="20000"/>
<!-- Configure the TransactionManager -->
<transaction
transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup"/>
<clustering mode="replication"
clusterName="${jboss.partition.name:DefaultPartition}-${jbosscache-cluster-name}">
<stateRetrieval timeout="20000"
fetchInMemoryState="false"/>
<jgroupsConfig
configFile="jgroups/gatein-${gatein.default.jgroups.stack:udp}.xml"/>
<sync/>
</clustering>
</jbosscache>
{code}