You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/11/26 05:44:19 UTC

[GitHub] [ignite] zstan commented on a change in pull request #9579: IGNITE-15964 NPE in case of simultaneous cache destroy and active tx

zstan commented on a change in pull request #9579:
URL: https://github.com/apache/ignite/pull/9579#discussion_r757241379



##########
File path: modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/IgnitePdsDestroyCacheTest.java
##########
@@ -191,4 +211,53 @@ private void doTestDestroyCacheOperationNotBlockingCheckpointTest(boolean loc) t
 
         fut.get();
     }
+
+    /**
+     * Tests correctness of concurrent cache destroy and implicit tx`s.
+     */
+    @Test
+    public void cacheDestroyWithConcImplicitTx() throws Exception {
+        final IgniteEx crd = (IgniteEx)startGridsMultiThreaded(3);
+
+        crd.cluster().state(ClusterState.ACTIVE);

Review comment:
       of course, but this test with persistence enabled )




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org