sashapolo commented on code in PR #902:
URL: https://github.com/apache/ignite-3/pull/902#discussion_r910801742
##########
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:
ok!
--
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]