You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/06/30 06:23:39 UTC

[GitHub] [ignite-3] tkalkirill commented on a diff in pull request #902: IGNITE-17246 Get rid of the index partition

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org