You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Yakov Zhdanov (JIRA)" <ji...@apache.org> on 2014/11/28 13:11:12 UTC

[jira] [Created] (IGNITE-24) Optimize ordered messages processing

Yakov Zhdanov created IGNITE-24:
-----------------------------------

             Summary: 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: Yakov Zhdanov
            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)