-
Enhancement
-
Resolution: Duplicate
-
Major
-
None
-
4.2.1.FINAL
-
None
Consider a symmetric cluster of two nodes (N1 and N2) each with a single cache (C1). Currently, a new cache (C2) must be programmatically created on all all nodes in the cluster (if REPL, or all appropriate nodes if DIST) before that new cache can even be used.
Ideally, when a new cache (C2) is created on one node (N1), Infinispan should automatically propagate that creation to the appropriate nodes in the cluster so that the new cache can be used immediately.