I'm in this situation: I have an Infinispan cluster (12.1) with two nodes and a replicated cache configured via xml. I have also an hot rod client and when I try to call removeCache method, the first time, the cache is not removed but if I try a second one call to removeCache, the cache is deleted correctly. I need a correctly removal at the first attempt.
Can anyone help me?