You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Anton Vinogradov (JIRA)" <ji...@apache.org> on 2015/08/10 15:03:45 UTC

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

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)