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


##########
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 believe that the main part here is that we add table processor to the zone 
replica listener, so I'd like to include that fact into the method name. 
Besides that I don't really like "Entities" - it's too abstract.



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