kgusakov commented on code in PR #3931:
URL: https://github.com/apache/ignite-3/pull/3931#discussion_r1687205483
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -635,6 +645,133 @@ public CompletableFuture<Void>
startAsync(ComponentContext componentContext) {
});
}
+ private CompletableFuture<Boolean>
initTableFsmOnTableCreate(CreateTableEventParameters parameters) {
Review Comment:
I tried to invent the new name for onTableCreate, because it is already
occupied. WDYT about the "createLocalTableEntities"?
--
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]