tkalkirill commented on code in PR #902:
URL: https://github.com/apache/ignite-3/pull/902#discussion_r910649435


##########
modules/page-memory/src/integrationTest/java/org/apache/ignite/internal/pagememory/tree/AbstractBplusTreePageMemoryTest.java:
##########
@@ -217,12 +217,13 @@ protected long getTestTimeout() {
      * Returns reuse list.
      *
      * @param grpId Cache ID.
+     * @param partId Partition ID.
      * @param pageMem Page memory.
      * @param rootId Root page ID.
      * @param initNew Init new flag.
      * @throws Exception If failed.
      */
-    protected ReuseList createReuseList(int grpId, PageMemory pageMem, long 
rootId, boolean initNew) throws Exception {
+    protected ReuseList createReuseList(int grpId, int partId, PageMemory 
pageMem, long rootId, boolean initNew) throws Exception {

Review Comment:
   Fix it.



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