[infinispan-issues] [JBoss JIRA] (ISPN-1692) Unnecessary dependency on Transport in components that may be used in LOCAL mode.
Manik Surtani (Updated) (JIRA)
jira-events at lists.jboss.org
Sun Jan 8 14:25:09 EST 2012
[ https://issues.jboss.org/browse/ISPN-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani updated ISPN-1692:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/795
> Unnecessary dependency on Transport in components that may be used in LOCAL mode.
> ---------------------------------------------------------------------------------
>
> Key: ISPN-1692
> URL: https://issues.jboss.org/browse/ISPN-1692
> Project: Infinispan
> Issue Type: Bug
> Components: Core API, Distributed Cache
> Affects Versions: 5.1.0.CR2
> Reporter: Manik Surtani
> Assignee: Manik Surtani
> Fix For: 5.1.0.CR3
>
>
> We shouldn't just have components depend on Transport unless we know for sure that the component is only used in a clustered mode. Otherwise, even in local mode, weend up creating and starting a channel which is unnecessary. Seen in the CacheLoaderInterceptor, AbstractLockingInterceptor and the RemoteCommandsFactory so far.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list