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