vldpyatkov commented on code in PR #6880:
URL: https://github.com/apache/ignite-3/pull/6880#discussion_r2495149961


##########
modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/AssignmentsTracker.java:
##########
@@ -307,7 +307,7 @@ private CompletableFuture<TokenizedAssignments> 
nonEmptyAssignmentFuture(Replica
      *
      * @return Map replication group id to its stable assignments.
      */
-    Map<ReplicationGroupId, TokenizedAssignments> stableAssignments() {
+    public Map<ReplicationGroupId, TokenizedAssignments> stableAssignments() {

Review Comment:
   This getter is required for this patch, but a pending assignment is not.



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