ibessonov commented on code in PR #4126:
URL: https://github.com/apache/ignite-3/pull/4126#discussion_r1688203480
##########
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/VolatilePageMemoryDataRegion.java:
##########
@@ -90,9 +90,8 @@ private FreeListImpl createFreeList(PageMemory pageMemory)
throws IgniteInternal
long metaPageId = pageMemory.allocatePageNoReuse(FREE_LIST_GROUP_ID,
FREE_LIST_PARTITION_ID, FLAG_AUX);
return new FreeListImpl(
- FREE_LIST_GROUP_ID,
+ FREE_LIST_NAME, FREE_LIST_GROUP_ID,
Review Comment:
```suggestion
FREE_LIST_NAME,
FREE_LIST_GROUP_ID,
```
--
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]