[infinispan-issues] [JBoss JIRA] (ISPN-1638) Return values should only be serialized if needed when using Distribution
Manik Surtani (Created) (JIRA)
jira-events at lists.jboss.org
Tue Dec 20 10:35:10 EST 2011
Return values should only be serialized if needed when using Distribution
-------------------------------------------------------------------------
Key: ISPN-1638
URL: https://issues.jboss.org/browse/ISPN-1638
Project: Infinispan
Issue Type: Enhancement
Components: Distributed Cache
Affects Versions: 5.0.0.FINAL
Reporter: Manik Surtani
Assignee: Manik Surtani
Fix For: 5.1.0.CR2
The ResponseGenerator implementation used when the cache mode is DISTRIBUTED currently attempts to serialize and send back all return values to all WriteCommands. This should not always happen, since if skipping remote lookups is specified then these return values will never be used and we incur unnecessary serialization. This logic is in place for other cache modes, just not DISTRIBUTED.
--
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