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)