[infinispan-issues] [JBoss JIRA] (ISPN-503) Coalesce updates in the replication queue

Dan Berindei (JIRA) issues at jboss.org
Wed Mar 23 10:08:00 EDT 2016


     [ https://issues.jboss.org/browse/ISPN-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Berindei resolved ISPN-503.
-------------------------------
    Fix Version/s: 9.0.0.Alpha1
       Resolution: Out of Date


We are removing the replication queue in 9.0.0.Alpha1.

> Coalesce updates in the replication queue
> -----------------------------------------
>
>                 Key: ISPN-503
>                 URL: https://issues.jboss.org/browse/ISPN-503
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Core
>    Affects Versions: 4.1.0.BETA2
>            Reporter: Mircea Markus
>            Assignee: Galder Zamarreño
>             Fix For: 9.0.0.Alpha1
>
>
> At the moment the replication queue is replicating all the keys. What it can do is to collate them, similar to the way cache stores are collating writes.
> E.g.
> 1. put(k,v1)
> 2. put(k,v2).
> This can be collated in put(k,v2), as put(k,v1) is redundant. 
> This would optimize async replication in a way that cannot be handled by jgroups.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the infinispan-issues mailing list