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

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

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

Anton Vinogradov (Jira)
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)