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


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsFullMessage.java:
##########
@@ -361,7 +355,7 @@ public IgniteDhtPartitionHistorySuppliersMap 
partitionHistorySuppliers() {
     /**
      *
      */
-    public Set<Integer> partsToReload(UUID nodeId, int grpId) {
+    public Collection<Integer> partsToReload(UUID nodeId, int grpId) {
         if (partsToReload == null)

Review Comment:
   It seems that we won't be able to use `F#emptyIfNull` here, because if 
partsToReload != null we call `IgniteDhtPartitionsToReloadMap#get`.



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