[ 
https://issues.apache.org/jira/browse/IGNITE-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexey Goncharuk closed IGNITE-24.
----------------------------------

> Optimize ordered messages processing
> ------------------------------------
>
>                 Key: IGNITE-24
>                 URL: https://issues.apache.org/jira/browse/IGNITE-24
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Yakov Zhdanov
>            Assignee: Alexey Goncharuk
>            Priority: Critical
>             Fix For: sprint-1
>
>
> Instead of ordering messages on receiver side, we can do ordering on sender 
> side. Since messages are sent in one thread this should be extremely cheap - 
> just delay N+1 message until N is not sent.
> In this case, ordered message set on receiver side transforms to a queue 
> without any sortings since messages are guaranteed to arrive in a proper 
> order. See GridCommunicationMessageSet.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to