You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexei Scherbakov (JIRA)" <ji...@apache.org> on 2018/10/18 09:13:00 UTC

[jira] [Created] (IGNITE-9926) Improve metada distribution speed in a scenario with concurrent updates for the same schema

Alexei Scherbakov created IGNITE-9926:
-----------------------------------------

             Summary: Improve metada distribution speed in a scenario with concurrent updates for the same schema
                 Key: IGNITE-9926
                 URL: https://issues.apache.org/jira/browse/IGNITE-9926
             Project: Ignite
          Issue Type: Improvement
            Reporter: Alexei Scherbakov
             Fix For: 2.8


If multiple threads start putting same object with non-existent schema in the cache simultaneously every update will trigger full propose-accept round trip in current implementation.

Propose message should be send only for first update, others should wait for it's completion instead of sending messages for same schema.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)