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 2019/03/07 11:21:19 UTC

[GitHub] [ignite] x-kreator commented on a change in pull request #5897: Ignite 9913 for TC tests

x-kreator commented on a change in pull request #5897: Ignite 9913 for TC tests
URL: https://github.com/apache/ignite/pull/5897#discussion_r263339937
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/internal/IgniteFeatures.java
 ##########
 @@ -34,7 +34,10 @@
     TCP_COMMUNICATION_SPI_HANDSHAKE_WAIT_MESSAGE(0),
 
     /** Cache metrics v2 support. */
-    CACHE_METRICS_V2(1);
+    CACHE_METRICS_V2(1),
+
+    /** Local affinity exchange support. */
+    LOCAL_AFFINITY_RECALCULATION_EXCHANGE(2);
 
 Review comment:
   Current master already contains features with ids 2 & 3.

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


With regards,
Apache Git Services