[jira] [Created] (IGNITE-4769) Handle possibly duplicated discovery messages

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-4769) Handle possibly duplicated discovery messages

Anton Vinogradov (Jira)
Vladimir Ozerov created IGNITE-4769:
---------------------------------------

             Summary: Handle possibly duplicated discovery messages
                 Key: IGNITE-4769
                 URL: https://issues.apache.org/jira/browse/IGNITE-4769
             Project: Ignite
          Issue Type: Sub-task
          Components: SQL
            Reporter: Vladimir Ozerov
             Fix For: 2.0


*Problem*
It is known that discovery message notifications could be invoked more than once in case of unsuccessful concurrent topology changes. We need to protect DDL logic from it somehow.

*Proposed solution*
1) Add bounded set holding unique operation IDs.
2) Ignore init/ack message when ID already exists in history set.
3) Control maximum history size through system property.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)