You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Anton Kalashnikov (JIRA)" <ji...@apache.org> on 2018/09/27 15:20:01 UTC

[jira] [Created] (IGNITE-9729) Ability to start GridQueryProcessor in parallel

Anton Kalashnikov created IGNITE-9729:
-----------------------------------------

             Summary: Ability to start GridQueryProcessor in parallel
                 Key: IGNITE-9729
                 URL: https://issues.apache.org/jira/browse/IGNITE-9729
             Project: Ignite
          Issue Type: Improvement
            Reporter: Anton Kalashnikov


After task [StartCachesInParallel|https://issues.apache.org/jira/browse/IGNITE-8006] we can start caches in parallel but GridQueryProcessor is narrow place because it should be start consistently by following reasons:
* checking index to duplicate(and other checking) require one order on every nodes.
* onCacheStart and createSchema contains a lot of mutex.
* maybe it has other reasons.

After this task GridCacheProcessor#prepareStartCaches should be rewrited.



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