[
https://issues.apache.org/jira/browse/IGNITE-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yakov Zhdanov reassigned IGNITE-768:
------------------------------------
Assignee: Alexey Kuznetsov (was: Yakov Zhdanov)
test looks good.
merge it to spring and mute on tc.
Then we will have someone to fix it.
> 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
> Assignee: Alexey Kuznetsov
> Fix For: sprint-4
>
> 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.4#6332)