Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-3698

Management: infinispan cache-container/cache remove operation does not really remove cache

    XMLWordPrintable

Details

    Description

      Management: infinispan cache-container/cache remove operation does not really remove cache. Subsequent add fails.

      [standalone@localhost:9999 /] /subsystem=infinispan/cache-container=testX/local-cache=test-local-cache:add(start="EAGER")

      {"outcome" => "success"}

      [standalone@localhost:9999 /] /subsystem=infinispan/cache-container=testX/local-cache=test-local-cache:remove{"outcome" => "success"}

      [standalone@localhost:9999 /] /subsystem=infinispan/cache-container=testX/local-cache=test-local-cache:add(start="EAGER")
      {
      "outcome" => "failed",
      "failure-description" => "JBAS014749: Operation handler failed: Service jboss.infinispan.testX.test-local-cache.config is already registered",
      "rolled-back" => true
      }

      Attachments

        Activity

          People

            rachmato@redhat.com Richard Achmatowicz
            dpospisil Dominik Pospisil (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: