[
https://issues.apache.org/jira/browse/IGNITE-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Goncharuk resolved IGNITE-3305.
--------------------------------------
Resolution: Fixed
> 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)