ivanzlenko commented on code in PR #6947:
URL: https://github.com/apache/ignite-3/pull/6947#discussion_r2517487513


##########
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/AbstractPageMemoryTableStorage.java:
##########
@@ -369,9 +371,14 @@ public CompletableFuture<Void> clearPartition(int 
partitionId) {
      * Clears the partition multi-version storage and all its indexes, updates 
their internal data structures such as {@link BplusTree},
      * {@link FreeList} and {@link ReuseList}.
      *
+     * @param mvPartitionStorage Storage to be cleared.
+     * @param afterUpdateStructuresCallback Callback after updating internal 
structures.

Review Comment:
   ```suggestion
        * @param afterUpdateStructuresCallback Callback to be invoked after 
updating internal structures.
   ```



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