tkalkirill commented on code in PR #2756:
URL: https://github.com/apache/ignite-3/pull/2756#discussion_r1374812752
##########
modules/index/src/main/java/org/apache/ignite/internal/index/IndexManager.java:
##########
@@ -167,6 +167,9 @@ public void stop() throws Exception {
* <p>Example: when we start building an index, we will need {@link
IndexStorage} (as well as storage {@link MvPartitionStorage}) to
* build it and we can get them in {@link CatalogEvent#INDEX_CREATE} using
this method.</p>
*
+ * <p>During recovery, it is important to wait until the local node
becomes a primary replica so that all index building commands are
Review Comment:
For those who want to use this method or will be debugging in the part of
the code where it is used.
--
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]