Cyrill commented on code in PR #4282:
URL: https://github.com/apache/ignite-3/pull/4282#discussion_r1732328288
##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/rebalance/ZoneRebalanceRaftGroupEventsListener.java:
##########
@@ -307,12 +301,11 @@ private void
scheduleChangePeersAndLearners(PeersAndLearners peersAndLearners, l
/**
* Updates stable value with the new applied assignment.
*/
- static void doStableKeySwitch(
+ private static void doStableKeySwitch(
Set<Assignment> stableFromRaft,
ZonePartitionId zonePartitionId,
MetaStorageManager metaStorageMgr,
- CatalogService catalogService,
- DistributionZoneManager distributionZoneManager
+ BiFunction<ZonePartitionId, Long,
CompletableFuture<Set<Assignment>>> calculateAssignmentsFn
Review Comment:
done
--
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]