sergey-chugunov-1985 commented on code in PR #12523:
URL: https://github.com/apache/ignite/pull/12523#discussion_r2559325338


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/PartitionLongMap.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 {
+/** Map for storing partition ID and long value (e.g. partition size or 
partition history counter). */

Review Comment:
   ```suggestion
   /** Map for storing integer to  long value mapping (e.g. partition size or 
partition history counter for a partition of a given id). */
   ```



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