[gatein-issues] [JBoss JIRA] (GTNPORTAL-2801) Add eviction to indexer-config.xml

RH Bugzilla Integration (JIRA) issues at jboss.org
Thu Jan 16 09:40:33 EST 2014


    [ https://issues.jboss.org/browse/GTNPORTAL-2801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12936324#comment-12936324 ] 

RH Bugzilla Integration commented on GTNPORTAL-2801:
----------------------------------------------------

Peter Palaga <ppalaga at redhat.com> changed the Status of [bug 1048695|https://bugzilla.redhat.com/show_bug.cgi?id=1048695] from ASSIGNED to MODIFIED
                
> 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}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the gatein-issues mailing list