shishkovilja commented on code in PR #12523:
URL: https://github.com/apache/ignite/pull/12523#discussion_r2550080696
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/PartitionMapMessage.java:
##########
@@ -22,39 +22,39 @@
import org.apache.ignite.plugin.extensions.communication.Message;
import org.jetbrains.annotations.Nullable;
-/** Partition sizes map. */
-public class PartitionSizesMap implements Message {
+/** Message for partition map. */
+public class PartitionMapMessage implements Message {
Review Comment:
May be `PartitionsInfoMap` or something else?
--
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]