ibessonov commented on code in PR #7489:
URL: https://github.com/apache/ignite-3/pull/7489#discussion_r2740905385


##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/tree/BplusTree.java:
##########
@@ -1694,6 +1695,32 @@ public final String printTree() throws 
IgniteInternalCheckedException {
         return treePrinter.print(rootPageId);
     }
 
+    /** Returns max items in leaf pages for test purposes. Not safe against 
concurrent modifications. */
+    @TestOnly
+    public final int getLeafMaxItemsCount() throws 
IgniteInternalCheckedException {
+        long metaPage = acquirePage(metaPageId);

Review Comment:
   Please remove this method



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