[infinispan-issues] [JBoss JIRA] Commented: (ISPN-1324) On-demand startup of Caches from InboundInvocationHandlerImpl
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Tue Sep 13 11:49:26 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628190#comment-12628190 ]
Galder Zamarreño commented on ISPN-1324:
----------------------------------------
Btw, a solution for this should take into account that other threads might call ECM.startCaches() or ECM.getCache(), so thread safety between calls from IIH to start caches and ECM calls must be guaranteed.
> On-demand startup of Caches from InboundInvocationHandlerImpl
> -------------------------------------------------------------
>
> Key: ISPN-1324
> URL: https://issues.jboss.org/browse/ISPN-1324
> Project: Infinispan
> Issue Type: Feature Request
> Affects Versions: 5.0.0.FINAL
> Reporter: Galder Zamarreño
> Assignee: Manik Surtani
> Priority: Critical
> Fix For: 5.1.0.ALPHA2 , 5.1.0.FINAL
>
>
> Allow InboundInvocationHandlerImpl to start caches on demand when requests for a particular cache are received.
> Things to consider are:
> - How to deal with programmatically created caches. There's always a chance that a cache might not have been defined when the cache request is received in a node. If programmatically defined caches were sent around the cluster (as suggested by Randal in ISPN-1147), this might not be such a problem.
--
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