wernerdv commented on code in PR #12387:
URL: https://github.com/apache/ignite/pull/12387#discussion_r2412940650


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/CachePartitionPartialCountersMap.java:
##########
@@ -21,33 +21,42 @@
 import java.util.Arrays;
 import java.util.Collections;
 import java.util.Map;
+import org.apache.ignite.internal.Order;
 import org.apache.ignite.internal.util.typedef.T2;
 import org.apache.ignite.internal.util.typedef.internal.U;
+import org.apache.ignite.plugin.extensions.communication.Message;
 
 /**
  *
  */
-public class CachePartitionPartialCountersMap implements Serializable {
+public class CachePartitionPartialCountersMap implements Serializable, Message 
{

Review Comment:
   This will lead to test failures (see the list of tests in the task 
[comment](https://issues.apache.org/jira/browse/IGNITE-26515?focusedCommentId=18028295&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-18028295)
 ).



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to