tkalkirill commented on code in PR #3369:
URL: https://github.com/apache/ignite-3/pull/3369#discussion_r1516024404
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -1809,21 +1809,31 @@ private CompletableFuture<Void>
handleChangePendingAssignmentEvent(
Assignments nonStableNodeAssignmentsFinal = nonStableNodeAssignments;
+ int partitionId = replicaGrpId.partitionId();
+
if (shouldStartLocalGroupNode) {
+ var singlePartitionIdSet = PartitionSet.of(partitionId);
Review Comment:
fix it
--
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]