[infinispan-issues] [JBoss JIRA] (ISPN-3769) Disallow async marshalling when the replication queue is enabled
Galder Zamarreño (JIRA)
issues at jboss.org
Mon Nov 3 13:01:44 EST 2014
[ https://issues.jboss.org/browse/ISPN-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-3769:
-----------------------------------
Fix Version/s: 7.1.0.Alpha1
(was: 7.0.0.Final)
> 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: Core
> Affects Versions: 6.0.0.Final
> Reporter: Dan Berindei
> Assignee: Mircea Markus
> Fix For: 7.1.0.Alpha1
>
>
> 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 was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the infinispan-issues
mailing list