[jira] [Created] (IGNITE-1222) Concurrent cache close affects other threads.

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

[jira] [Created] (IGNITE-1222) Concurrent cache close affects other threads.

Anton Vinogradov (Jira)
Anton Vinogradov created IGNITE-1222:
----------------------------------------

             Summary: Concurrent cache close affects other threads.
                 Key: IGNITE-1222
                 URL: https://issues.apache.org/jira/browse/IGNITE-1222
             Project: Ignite
          Issue Type: Bug
            Reporter: Anton Vinogradov
            Assignee: Anton Vinogradov


See updated testConcurrentCloseSetWithTry test at branch

Exception in thread "test-thread-2" java.lang.IllegalStateException: Cache has been closed: cache
        at org.apache.ignite.internal.processors.cache.IgniteCacheProxy$8.enter(IgniteCacheProxy.java:1739)
        at org.apache.ignite.internal.processors.cache.IgniteCacheProxy.onEnter(IgniteCacheProxy.java:1771)
        at org.apache.ignite.internal.processors.cache.IgniteCacheProxy.get(IgniteCacheProxy.java:739)
        at org.apache.ignite.internal.processors.cache.CacheStopAndDestroySelfTest.closeWithTry(CacheStopAndDestroySelfTest.java:799)
        at org.apache.ignite.internal.processors.cache.CacheStopAndDestroySelfTest$2.run(CacheStopAndDestroySelfTest.java:736)
        at java.lang.Thread.run(Thread.java:745)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)