-
Bug
-
Resolution: Done
-
Major
-
7.1.0.Final
Management: infinispan cache-container remove operation does not really remove container. Subsequent add operation fails.
Steps to reproduce:
[standalone@localhost:9999 subsystem=infinispan] ./cache-container=test2:add(start="EAGER")
{"outcome" => "success"}[standalone@localhost:9999 subsystem=infinispan] ./cache-container=test2:remove {"outcome" => "success"}
[standalone@localhost:9999 subsystem=infinispan] ./cache-container=test2:add(start="EAGER")
{
"outcome" => "failed",
"failure-description" => "JBAS014749: Operation handler failed: Service jboss.naming.context.java.jboss.infinispan.container.test2 is already registered",
"rolled-back" => true
}