tkalkirill commented on code in PR #902:
URL: https://github.com/apache/ignite-3/pull/902#discussion_r910659133
##########
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/VolatilePageMemoryDataRegion.java:
##########
@@ -41,6 +40,8 @@
class VolatilePageMemoryDataRegion implements DataRegion<VolatilePageMemory> {
private static final int FREE_LIST_GROUP_ID = 0;
+ private static final int FREE_LIST_PARTITION_ID = 0;
Review Comment:
Not reserved, but selected for a memory case, this is not necessary for a
persistent case.
Maybe we'll change that in the future.
--
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]