[ https://issues.apache.org/jira/browse/IGNITE-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexey Kuznetsov closed IGNITE-768. ----------------------------------- > Failed to start LOCAL cache on part of the grid > ----------------------------------------------- > > Key: IGNITE-768 > URL: https://issues.apache.org/jira/browse/IGNITE-768 > Project: Ignite > Issue Type: Bug > Components: cache > Affects Versions: sprint-4 > Reporter: Alexey Kuznetsov > Priority: Minor > Attachments: > 0001-IGNITE-768-Test-for-LOCAL-cache-on-isolated-nodes.patch > > > Steps to reproduce. > # Start first node. > # Start LOCAL cache "A" on first node (with node filter by node ID). > # Start second node. > # Start LOCAL cache "A" on second node (with node filter by node ID). > Got exception: > {code} > Exception in thread "main" org.apache.ignite.cache.CacheExistsException: > Failed to start cache (a cache with the same name is already started): > local-nid > at > org.apache.ignite.internal.processors.cache.GridCacheProcessor.dynamicStartCache(GridCacheProcessor.java:1858) > at > org.apache.ignite.internal.processors.cache.GridCacheProcessor.dynamicStartCache(GridCacheProcessor.java:1827) > at > org.apache.ignite.internal.IgniteKernal.createCache(IgniteKernal.java:2258) > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)