sanpwc commented on code in PR #851:
URL: https://github.com/apache/ignite-3/pull/851#discussion_r891430231


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -468,7 +470,7 @@ private void 
updateAssignmentInternal(ConfigurationNotificationEvent<byte[]> ass
                                     partitionRaftGroupName(tblId, partId),
                                     partId,
                                     busyLock,
-                                    () -> 
internalTbl.partitionRaftGroupService(partId),
+                                    changePeersAsync(() -> 
internalTbl.partitionRaftGroupService(partId)),

Review Comment:
   I'd rather use some less-raft-related naming here.



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