You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2016/06/14 00:29:57 UTC

[jira] [Created] (IGNITE-3305) Ignite does not wait for dynamically created caches in SYNC rebalance mode

Alexey Goncharuk created IGNITE-3305:
----------------------------------------

             Summary: Ignite does not wait for dynamically created caches in SYNC rebalance mode
                 Key: IGNITE-3305
                 URL: https://issues.apache.org/jira/browse/IGNITE-3305
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 1.6
            Reporter: Alexey Goncharuk
            Assignee: Alexey Goncharuk
             Fix For: 1.7


See GridCacheProcessor#onKernalStart():
{code}
// Wait for caches in SYNC preload mode.
for (CacheConfiguration cfg : ctx.config().getCacheConfiguration()) {
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)