SammyVimes commented on code in PR #1016:
URL: https://github.com/apache/ignite-3/pull/1016#discussion_r957378578
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -801,6 +929,12 @@ private void dropTableLocally(long causalityToken, String
name, UUID tblId, List
}
}
+ private List<ClusterNode> calculateAssignments(TableConfiguration
tableCfg, int partNum) {
Review Comment:
Well in this code partId is the id of the partition raft group (its name)
and part num is the number of the partition, I think we can refactor it later
--
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]