[infinispan-issues] [JBoss JIRA] (ISPN-6017) Deprecate ReplicationQueue
Radoslav Husar (JIRA)
issues at jboss.org
Tue Dec 8 10:39:00 EST 2015
[ https://issues.jboss.org/browse/ISPN-6017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Radoslav Husar updated ISPN-6017:
---------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/3887
> Deprecate ReplicationQueue
> --------------------------
>
> Key: ISPN-6017
> URL: https://issues.jboss.org/browse/ISPN-6017
> Project: Infinispan
> Issue Type: Task
> Components: Core
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> Per infinispan-dev list:
> Pedro:
> Can we remove the ReplicationQueue? First, it does not have any benefit
> (JGroups already bundles the message and the Network can do it too) and
> second, it is not more efficient (when the message is delivered, we
> process the commands sequentially. So, if the first command blocks, the
> other commands are not processed until it finished). Third, it is
> complex if you have commands with multiple delivers orders (no order,
> FIFO, total)
> Dan:
> +1, the replication queue has the same purpose as the bundler in
> JGroups. And while the JGroups bundler has multiple options that keep
> evolving, our replication queue still has the same algorithm it had in
> 4.0.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the infinispan-issues
mailing list