[infinispan-issues] [JBoss JIRA] (ISPN-3769) Disallow async marshalling when the replication queue is enabled
Dan Berindei (JIRA)
jira-events at lists.jboss.org
Thu Nov 28 04:03:05 EST 2013
Dan Berindei created ISPN-3769:
----------------------------------
Summary: Disallow async marshalling when the replication queue is enabled
Key: ISPN-3769
URL: https://issues.jboss.org/browse/ISPN-3769
Project: Infinispan
Issue Type: Task
Components: RPC
Affects Versions: 6.0.0.Final
Reporter: Dan Berindei
Assignee: Mircea Markus
Fix For: 7.0.0.Final
The rationale is similar to ISPN-2939, the async marshalling option can cause inconsistencies because it can reorder commands.
But the case is stronger when the replication queue is in use, because the {{RpcManager.invokeRemotely()}} call already happens on a the replication queue's background thread. The user thread is already free to do its thing, so there isn't any reason to do the RPC on yet another background thread.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list