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


##########
modules/table/src/main/java/org/apache/ignite/internal/table/TableImpl.java:
##########
@@ -268,6 +268,19 @@ public Supplier<Map<UUID, IndexLocker>> indexesLockers(int 
partId) {
         };
     }
 
+    /**
+     * The future completes when indexes are ready.
+     *
+     * @return Future to complete.
+     */
+    public CompletableFuture<Void> indexesReadyFuture() {

Review Comment:
   Let's rename it to pk index ready future.



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