Alexey Kuznetsov created IGNITE-768:
---------------------------------------
Summary: 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: Yakov Zhdanov
Fix For: sprint-4
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)