[jboss-jira] [JBoss JIRA] (AS7-3698) Management: infinispan cache-container/cache remove operation does not really remove cache

Richard Achmatowicz (JIRA) jira-events at lists.jboss.org
Fri Feb 10 14:13:48 EST 2012


     [ https://issues.jboss.org/browse/AS7-3698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Achmatowicz updated AS7-3698:
-------------------------------------

       Fix Version/s: 7.1.0.Final
    Git Pull Request: https://github.com/jbossas/jboss-as/pull/1489  (was: https://github.com/jbossas/jboss-as/pull/1489)

    
> Management: infinispan cache-container/cache remove operation does not really remove cache
> ------------------------------------------------------------------------------------------
>
>                 Key: AS7-3698
>                 URL: https://issues.jboss.org/browse/AS7-3698
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Clustering, Domain Management
>    Affects Versions: 7.1.0.Final
>            Reporter: Dominik Pospisil
>            Assignee: Richard Achmatowicz
>             Fix For: 7.1.0.Final
>
>
> Management: infinispan cache-container/cache remove operation does not really remove cache. Subsequent add fails.
> [standalone at localhost:9999 /] /subsystem=infinispan/cache-container=testX/local-cache=test-local-cache:add(start="EAGER")
> {"outcome" => "success"}
> [standalone at localhost:9999 /] /subsystem=infinispan/cache-container=testX/local-cache=test-local-cache:remove
> {"outcome" => "success"}
> [standalone at 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
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list