shishkovilja commented on code in PR #12487:
URL: https://github.com/apache/ignite/pull/12487#discussion_r2493474030
##########
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:
Yes, I see it now.
--
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]