Cyrill commented on code in PR #6053:
URL: https://github.com/apache/ignite-3/pull/6053#discussion_r2543499540
##########
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/PartitionReplicaLifecycleManager.java:
##########
@@ -1442,6 +1430,23 @@ private CompletableFuture<Void>
handleChangePendingAssignmentEvent(
}), ioExecutor);
}
+ private static Assignments getComputedStableAssignments(@Nullable
Assignments stableAssignments, Assignments pendingAssignments) {
Review Comment:
right. Extracted this branchy block of code to a separate method
--
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]