[infinispan-issues] [JBoss JIRA] (ISPN-6919) Improve non-tx writes (triangle)
Krzysztof Sobolewski (JIRA)
issues at jboss.org
Wed Aug 3 03:19:01 EDT 2016
[ https://issues.jboss.org/browse/ISPN-6919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13274303#comment-13274303 ]
Krzysztof Sobolewski commented on ISPN-6919:
--------------------------------------------
For the Functional API this can probably be further simplified to:
originator => owners
owners => originator (ack)
> Improve non-tx writes (triangle)
> --------------------------------
>
> Key: ISPN-6919
> URL: https://issues.jboss.org/browse/ISPN-6919
> Project: Infinispan
> Issue Type: Feature Request
> Components: Core
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
>
> The current algorithm has 4 messages in the network (worst case) happended sequentially:
> 1: originator => primary owner
> 2: primary owner => backups
> 3: backups => primary owner (ack)
> 4: primary owner => originator (reply)
> The algorithm can be improved to the following:
> 1: originator => primary owner
> 2: primary owner => backups & primary owner => originator (parallel)
> 3: backups => originator & backups => primary owners (acks)
> The main flow would be: originator => primary => backups => originator (<= there is the triangle :) )
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the infinispan-issues
mailing list