[infinispan-issues] [JBoss JIRA] Created: (ISPN-1147) Programmatically creating cache should be automatically reflected throughout the cluster

Randall Hauch (JIRA) jira-events at lists.jboss.org
Thu Jun 2 12:54:59 EDT 2011


Programmatically creating cache should be automatically reflected throughout the cluster
----------------------------------------------------------------------------------------

                 Key: ISPN-1147
                 URL: https://issues.jboss.org/browse/ISPN-1147
             Project: Infinispan
          Issue Type: Feature Request
          Components: Distributed Cache, State transfer
    Affects Versions: 4.2.1.FINAL
            Reporter: Randall Hauch
            Assignee: Manik Surtani


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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list