[jbosscache-issues] [JBoss JIRA] (JBCACHE-1626) <N, 09/11/12 08:09:32 UTC, RegionImpl, [Thread-165]> putNodeEvent(): eviction node event queue size is at 98% threshold value of capacity: 200000 Region: / You will need to reduce the wakeUpIntervalSeconds parameter.

Asawari Pawar (JIRA) jira-events at lists.jboss.org
Tue Sep 11 09:51:33 EDT 2012


Asawari Pawar created JBCACHE-1626:
--------------------------------------

             Summary: <N,09/11/12 08:09:32 UTC,RegionImpl,[Thread-165]> putNodeEvent(): eviction node event queue size is at 98% threshold value of capacity: 200000 Region: / You will need to reduce the wakeUpIntervalSeconds parameter.
                 Key: JBCACHE-1626
                 URL: https://issues.jboss.org/browse/JBCACHE-1626
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Eviction
    Affects Versions: 3.1.0.GA
         Environment: JBOSS 5.1.0 GA application cluster 
            Reporter: Asawari Pawar
            Assignee: Manik Surtani


I am using JBOSS Cache 3.1.0 GA

I see lot of these messages 

<N,09/11/12 08:09:32 UTC,RegionImpl,[Thread-165]> putNodeEvent(): eviction node event queue size is at 98% threshold value of capacity: 200000 Region: / You will need to reduce the wakeUpIntervalSeconds parameter.


The eviction policy which I have configured is

<attribute name="CacheMode">LOCAL</attribute>

	<attribute name="EvictionPolicyConfig">
         <config>
            <attribute name="wakeUpIntervalSeconds">60</attribute>
            <!-- This defaults to 200000 if not specified 
            <attribute name="eventQueueSize">200000</attribute>-->
            <attribute name="policyClass">org.jboss.cache.eviction.LRUPolicy</attribute>

            <!-- Cache wide default -->
            <region name="/_default_">
               <attribute name="maxNodes">-1</attribute> 
				<attribute name="timeToLiveSeconds">30</attribute> 
				<attribute name="maxAgeSeconds">30</attribute>
            </region>
           
         </config>
    </attribute>

I do not understand why the queue size is filling up so much.

Can you tell me what is the solution to resolve the above issue?

--
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 jbosscache-issues mailing list