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

Bounded caches do not reflect "bounded=true" in the cache list

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 14.0.0.Dev03
    • 13.0.8.Final
    • REST
    • None

    Description

      when a cache is bounded, the payload should reflect bounded true.
      bounded is always false in the cache list endpoint.

      http://localhost:11222/rest/v2/cache-managers/default/caches

      {
      "status": "RUNNING",
      "name": "pepe",
      "type": "distributed-cache",
      "simple_cache": false,
      "transactional": false,
      "persistent": false,
      "bounded": false,
      "secured": false,
      "indexed": false,
      "has_remote_backup": false,
      "health": "HEALTHY",
      "rebalancing_enabled": true
      }
      

      Attachments

        Issue Links

          Activity

            People

              karestig@redhat.com Katia Aresti
              karestig@redhat.com Katia Aresti
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: