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

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Fri Feb 10 13:13:48 EST 2012


    [ https://issues.jboss.org/browse/AS7-3698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12665719#comment-12665719 ] 

Brian Stansberry commented on AS7-3698:
---------------------------------------

Please resolve against 7.1.0.Final if the patch linked to AS7-3695 resolves this.
                
> 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
>
> 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