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 2020/11/06 12:58:41 UTC

[GitHub] [ignite] alex-plekhanov commented on a change in pull request #8414: IGNITE-13653 Fix warning if unordered map used for bulk update operation on atomic cache

alex-plekhanov commented on a change in pull request #8414:
URL: https://github.com/apache/ignite/pull/8414#discussion_r518734773



##########
File path: modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheAtomicConcurrentUnorderedUpdateAllTest.java
##########
@@ -53,15 +54,16 @@
     private static final int CACHE_SIZE = 1_000;
 
     /** Parameters. */
-    @Parameterized.Parameters(name = "cacheMode={0}, writeThrough={1}")
+    @Parameterized.Parameters(name = "cacheMode={0}, writeThrough={1}, near={2}")

Review comment:
       There were no checks for deadlocks for invokeAll operation and near caches. I've added these checks since warnings are removed for all operations (including invokeAll) on atomic caches and all types of atomic caches (including near caches). 




----------------------------------------------------------------
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.

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