tkalkirill commented on code in PR #3325:
URL: https://github.com/apache/ignite-3/pull/3325#discussion_r1510965350
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/snapshot/PartitionAccess.java:
##########
@@ -197,4 +198,20 @@ public interface PartitionAccess {
* @throws StorageRebalanceException If there are errors when trying to
finish rebalancing.
*/
CompletableFuture<Void> finishRebalance(long lastAppliedIndex, long
lastAppliedTerm, RaftGroupConfiguration raftGroupConfig);
+
+ /**
+ * Returns the row ID for which the index needs to be built, {@code null}
means that the index building has completed.
+ *
+ * @param indexId Index ID of interest.
+ * @throws StorageException If failed to get the row ID.
+ */
+ @Nullable RowId getNextRowIdToBuildIndex(int indexId);
Review Comment:
There
`org.apache.ignite.internal.table.distributed.raft.snapshot.outgoing.SnapshotMetaUtils#collectNextRowIdToBuildIndexes`
--
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]