[
https://issues.apache.org/jira/browse/IGNITE-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kuznetsov reassigned IGNITE-768:
---------------------------------------
Assignee: Alexey Kuznetsov
> 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-5
>
>
> 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)