[jboss-cvs] JBossCache/etc/META-INF ...

Manik Surtani msurtani at jboss.com
Mon Oct 23 13:39:01 EDT 2006


  User: msurtani
  Date: 06/10/23 13:39:01

  Modified:    etc/META-INF            mixedPolicy-eviction-service.xml
                        local-service.xml local-lru-eviction-service.xml
                        local-mru-eviction-service.xml local-tx-service.xml
                        local-elementsize-eviction-service.xml
                        policyPerRegion-eviction-service.xml
                        local-lfu-eviction-service.xml
                        replSync-passivation-service.xml
                        local-passivation-service.xml
                        local-fifo-eviction-service.xml
  Log:
  JBCACHE-684
  
  Revision  Changes    Path
  1.6       +3 -0      JBossCache/etc/META-INF/mixedPolicy-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mixedPolicy-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/mixedPolicy-eviction-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- mixedPolicy-eviction-service.xml	21 Sep 2006 15:08:39 -0000	1.5
  +++ mixedPolicy-eviction-service.xml	23 Oct 2006 17:39:01 -0000	1.6
  @@ -115,6 +115,9 @@
         <attribute name="EvictionPolicyConfig">
            <config>
               <attribute name="wakeUpIntervalSeconds">5</attribute>
  +            <!-- This defaults to 200000 if not specified -->
  +            <attribute name="eventQueueSize">200000</attribute>
  +            
               <!-- Cache wide default -->
               <region name="/_default_">
                  <attribute name="maxNodes">5000</attribute>
  
  
  
  1.11      +3 -0      JBossCache/etc/META-INF/local-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-service.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- local-service.xml	21 Sep 2006 15:08:39 -0000	1.10
  +++ local-service.xml	23 Oct 2006 17:39:01 -0000	1.11
  @@ -119,6 +119,9 @@
           <attribute name="EvictionPolicyConfig">
              <config>
                 <attribute name="wakeUpIntervalSeconds">5</attribute>
  +              <!-- This defaults to 200000 if not specified -->
  +              <attribute name="eventQueueSize">200000</attribute>
  +              
                 <!-- Cache wide default -->
                 <region name="/_default_">
                     <attribute name="maxNodes">5000</attribute>
  
  
  
  1.7       +3 -0      JBossCache/etc/META-INF/local-lru-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-lru-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-lru-eviction-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- local-lru-eviction-service.xml	21 Sep 2006 15:08:39 -0000	1.6
  +++ local-lru-eviction-service.xml	23 Oct 2006 17:39:01 -0000	1.7
  @@ -115,6 +115,9 @@
           <attribute name="EvictionPolicyConfig">
              <config>
                 <attribute name="wakeUpIntervalSeconds">5</attribute>
  +              <!-- This defaults to 200000 if not specified -->
  +              <attribute name="eventQueueSize">200000</attribute>
  +              
                 <!-- Cache wide default -->
                 <region name="/_default_">
                     <attribute name="maxNodes">5000</attribute>
  
  
  
  1.7       +3 -0      JBossCache/etc/META-INF/local-mru-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-mru-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-mru-eviction-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- local-mru-eviction-service.xml	21 Sep 2006 15:08:39 -0000	1.6
  +++ local-mru-eviction-service.xml	23 Oct 2006 17:39:01 -0000	1.7
  @@ -115,6 +115,9 @@
           <attribute name="EvictionPolicyConfig">
              <config>
                 <attribute name="wakeUpIntervalSeconds">3</attribute>
  +              <!-- This defaults to 200000 if not specified -->
  +              <attribute name="eventQueueSize">200000</attribute>
  +
                 <!-- Cache wide default -->
                 <region name="/_default_">
                     <attribute name="maxNodes">100</attribute>
  
  
  
  1.3       +3 -0      JBossCache/etc/META-INF/local-tx-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-tx-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-tx-service.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- local-tx-service.xml	21 Sep 2006 15:08:39 -0000	1.2
  +++ local-tx-service.xml	23 Oct 2006 17:39:01 -0000	1.3
  @@ -112,6 +112,9 @@
         <attribute name="EvictionPolicyConfig">
            <config>
               <attribute name="wakeUpIntervalSeconds">5</attribute>
  +            <!-- This defaults to 200000 if not specified -->
  +            <attribute name="eventQueueSize">200000</attribute>
  +            
               <!-- Cache wide default -->
               <region name="/_default_">
                  <attribute name="maxNodes">5000</attribute>
  
  
  
  1.5       +3 -0      JBossCache/etc/META-INF/local-elementsize-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-elementsize-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-elementsize-eviction-service.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- local-elementsize-eviction-service.xml	21 Sep 2006 15:08:39 -0000	1.4
  +++ local-elementsize-eviction-service.xml	23 Oct 2006 17:39:01 -0000	1.5
  @@ -115,6 +115,9 @@
         <attribute name="EvictionPolicyConfig">
            <config>
               <attribute name="wakeUpIntervalSeconds">3</attribute>
  +            <!-- This defaults to 200000 if not specified -->
  +            <attribute name="eventQueueSize">200000</attribute>
  +            
               <!-- Cache wide default -->
               <region name="/_default_">
                  <attribute name="maxNodes">5000</attribute>
  
  
  
  1.6       +3 -0      JBossCache/etc/META-INF/policyPerRegion-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: policyPerRegion-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/policyPerRegion-eviction-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- policyPerRegion-eviction-service.xml	21 Sep 2006 15:08:39 -0000	1.5
  +++ policyPerRegion-eviction-service.xml	23 Oct 2006 17:39:01 -0000	1.6
  @@ -115,6 +115,9 @@
         <attribute name="EvictionPolicyConfig">
            <config>
               <attribute name="wakeUpIntervalSeconds">5</attribute>
  +            <!-- This defaults to 200000 if not specified -->
  +            <attribute name="eventQueueSize">200000</attribute>
  +            
               <!-- Cache wide default -->
               <region name="/_default_" policyClass="org.jboss.cache.eviction.LRUPolicy">
                  <attribute name="maxNodes">5000</attribute>
  
  
  
  1.8       +3 -0      JBossCache/etc/META-INF/local-lfu-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-lfu-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-lfu-eviction-service.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- local-lfu-eviction-service.xml	21 Sep 2006 15:08:39 -0000	1.7
  +++ local-lfu-eviction-service.xml	23 Oct 2006 17:39:01 -0000	1.8
  @@ -115,6 +115,9 @@
         <attribute name="EvictionPolicyConfig">
            <config>
               <attribute name="wakeUpIntervalSeconds">3</attribute>
  +            <!-- This defaults to 200000 if not specified -->
  +            <attribute name="eventQueueSize">200000</attribute>
  +            
               <!-- Cache wide default -->
               <region name="/_default_" policyClass="org.jboss.cache.eviction.LFUPolicy">
                  <attribute name="maxNodes">5000</attribute>
  
  
  
  1.5       +3 -0      JBossCache/etc/META-INF/replSync-passivation-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replSync-passivation-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replSync-passivation-service.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- replSync-passivation-service.xml	21 Sep 2006 15:08:39 -0000	1.4
  +++ replSync-passivation-service.xml	23 Oct 2006 17:39:01 -0000	1.5
  @@ -115,6 +115,9 @@
           <attribute name="EvictionPolicyConfig">
              <config>
                 <attribute name="wakeUpIntervalSeconds">5</attribute>
  +              <!-- This defaults to 200000 if not specified -->
  +              <attribute name="eventQueueSize">200000</attribute>
  +              
                 <!-- Cache wide default -->
                 <region name="/_default_">
                     <attribute name="maxNodes">5000</attribute>
  
  
  
  1.7       +3 -0      JBossCache/etc/META-INF/local-passivation-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-passivation-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-passivation-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- local-passivation-service.xml	21 Sep 2006 15:08:39 -0000	1.6
  +++ local-passivation-service.xml	23 Oct 2006 17:39:01 -0000	1.7
  @@ -115,6 +115,9 @@
           <attribute name="EvictionPolicyConfig">
              <config>
                 <attribute name="wakeUpIntervalSeconds">5</attribute>
  +              <!-- This defaults to 200000 if not specified -->
  +              <attribute name="eventQueueSize">200000</attribute>
  +
                 <!-- Cache wide default -->
                 <region name="/_default_">
                     <attribute name="maxNodes">5000</attribute>
  
  
  
  1.7       +3 -0      JBossCache/etc/META-INF/local-fifo-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-fifo-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-fifo-eviction-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- local-fifo-eviction-service.xml	21 Sep 2006 15:08:39 -0000	1.6
  +++ local-fifo-eviction-service.xml	23 Oct 2006 17:39:01 -0000	1.7
  @@ -115,6 +115,9 @@
           <attribute name="EvictionPolicyConfig">
              <config>
                 <attribute name="wakeUpIntervalSeconds">3</attribute>
  +              <!-- This defaults to 200000 if not specified -->
  +              <attribute name="eventQueueSize">200000</attribute>
  +              
                 <!-- Cache wide default -->
                 <region name="/_default_">
                     <attribute name="maxNodes">5000</attribute>
  
  
  



More information about the jboss-cvs-commits mailing list