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

[jira] [Created] (IGNITE-7715) If client cannot find dml entity in local storage, it should ask server for updates

Pavel Kuznetsov created IGNITE-7715:
---------------------------------------

             Summary: If client cannot find dml entity in local storage, it should ask server for updates
                 Key: IGNITE-7715
                 URL: https://issues.apache.org/jira/browse/IGNITE-7715
             Project: Ignite
          Issue Type: Improvement
          Components: sql
            Reporter: Pavel Kuznetsov
            Assignee: Vladimir Ozerov


Assume we have n servers and at least 2 clients 

client 1 creates table (via thin driver) 
after that (in global time) client 2 tries to insert data in that table 

Currently, if client 2 didn't received from server that table is created, it rejects query execution
But in this case client 2 could ask connected server for updates before rejection 



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