You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ivan Bessonov (JIRA)" <ji...@apache.org> on 2018/09/25 15:25:00 UTC

[jira] [Created] (IGNITE-9694) Do not block reading queries on exchange events that don't change data visibility

Ivan Bessonov created IGNITE-9694:
-------------------------------------

             Summary: Do not block reading queries on exchange events that don't change data visibility
                 Key: IGNITE-9694
                 URL: https://issues.apache.org/jira/browse/IGNITE-9694
             Project: Ignite
          Issue Type: Improvement
            Reporter: Ivan Bessonov
            Assignee: Ivan Bessonov


In current implementation there might be situations where reading operation waits, for example, exchange of client join event. Such events should not block read operations.

In theory - the only operation that has to block reading (except for writing) is "node left" for server (or baseline server in case of persistent setup).



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