Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-6537 Upgrade JBoss Cache to 3.2.8
  3. JBPAPP-6989

Default eviction wakeupIntervalSeconds is 5000 with legacy configuration

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Major
    • EAP_EWP 5.1.2 ER1
    • EAP_EWP 5.1.1
    • Clustering
    • None
    • Release Notes
    • Hide
      When using the legacy eviction policy configuration format, if the wakeUpIntervalSeconds was not specified, the default value was set to 5000 seconds, not 5 seconds. This resulted is wakeUp intervals far longer than would be expected. This has now been resolved and the default is 5 seconds.
      Show
      When using the legacy eviction policy configuration format, if the wakeUpIntervalSeconds was not specified, the default value was set to 5000 seconds, not 5 seconds. This resulted is wakeUp intervals far longer than would be expected. This has now been resolved and the default is 5 seconds.
    • Documented as Resolved Issue
    • NEW

    Description

      When using the legacy eviction policy configuration format:

      <attribute name="EvictionPolicyConfig">
      <config>
      <region name="/default" policyClass="org.jboss.cache.eviction.LRUPolicy">
      <attribute name="timeToLiveSeconds">60</attribute>
      </region>
      </config>
      </attribute>

      without specifying wakeUpIntervalSeconds, the default is set to 5000 seconds instead of 5.
      (due to a mixup between milliseconds and seconds).

      Attachments

        Activity

          People

            rhn-support-dereed Dennis Reed
            rhn-support-dereed Dennis Reed
            Russell Dickenson Russell Dickenson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: