[infinispan-issues] [JBoss JIRA] (ISPN-1638) Return values should only be serialized if needed when using Distribution
Manik Surtani (Updated) (JIRA)
jira-events at lists.jboss.org
Wed Dec 21 06:11:09 EST 2011
[ https://issues.jboss.org/browse/ISPN-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani updated ISPN-1638:
--------------------------------
Fix Version/s: 5.1.0.FINAL
Git Pull Request: https://github.com/infinispan/infinispan/pull/756 (was: https://github.com/infinispan/infinispan/pull/756)
> 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, 5.1.0.FINAL
>
>
> 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