Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-10636

cache statistics are enabled even if the attribute is not set

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Minor
    • None
    • 10.0.0.CR2
    • Core
    • None
    • Hide

      cache attribute statistics can be set to "false"

      Show
      cache attribute statistics can be set to "false"

    Description

      The cache statistics are utilizized even if they are not configured

      <cache-container name="clustered" default-cache="default" statistics="true">
      ....
      <distributed-cache name="ExpirationCache">
      <memory><object size="2"/></memory>
      </distributed-cache>

      the CLI command returns unexpected the statistics
      [standalone@localhost:9990 /] /subsystem=datagrid-infinispan/cache-container=clustered/distributed-cache=ExpirationCache:read-attribute(name=evictions)
      {
      "outcome" => "success",
      "result" => 5L
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhn-support-wfink Wolf Fink
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: