tkalkirill commented on code in PR #1800:
URL: https://github.com/apache/ignite-3/pull/1800#discussion_r1146387889
##########
modules/index/src/main/java/org/apache/ignite/internal/index/IndexManager.java:
##########
@@ -385,6 +399,8 @@ private CompletableFuture<?> createIndexLocally(long
causalityToken, UUID tableI
index.descriptor().columns().toArray(STRING_EMPTY_ARRAY)
);
+ indexBuilder.startIndexBuild(tableIndexView, table);
Review Comment:
At the moment I do not see the danger, I can transfer after registering the
index.
--
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]