[jira] [Created] (IGNITE-12831) Invoking destroy of local cache on one node destroys local caches with the same name on all other nodes

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-12831) Invoking destroy of local cache on one node destroys local caches with the same name on all other nodes

Anton Vinogradov (Jira)
Ilya Shishkov created IGNITE-12831:
--------------------------------------

             Summary: Invoking destroy of local cache on one node destroys local caches with the same name on all other nodes
                 Key: IGNITE-12831
                 URL: https://issues.apache.org/jira/browse/IGNITE-12831
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 2.7.6, 2.8
            Reporter: Ilya Shishkov
         Attachments: MyLocalCacheDestroyReproducer.java

If you create caches with cache mode CacheMode.LOCAL and same name, but on different nodes, then all those caches will be destroyed after invoking destroy of cache on one of the cluster nodes.

Expected behaviour: local cache should be destroyed only on the node invoking destroy.

Reproducer in attachment.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)