tkalkirill commented on code in PR #2783:
URL: https://github.com/apache/ignite-3/pull/2783#discussion_r1381575465
##########
modules/index/src/main/java/org/apache/ignite/internal/index/IndexAvailabilityController.java:
##########
@@ -96,7 +98,25 @@
* prefix {@link IndexManagementUtils#PARTITION_BUILD_INDEX_KEY_PREFIX} is
made by the whole cluster (and only one node makes a write to
* the metastore) as these events are global, but only one node (a primary
replica owning a partition) handles
* {@link IndexBuildCompletionListener#onBuildCompletion} (form {@link
IndexBuilder#listen}) event.</li>
- * <li>Restoring index availability occurs in {@link
IndexAvailabilityControllerRestorer}.</li>
+ * <li>Restoring index availability occurs in {@link #recover(long)}.</li>
+ * </ul>
+ *
+ * <p>Approximate recovery algorithm:</p>
Review Comment:
Yes
--
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]