rpuch commented on code in PR #814:
URL: https://github.com/apache/ignite-3/pull/814#discussion_r881680438


##########
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/mv/PageMemoryMvPartitionStorage.java:
##########
@@ -72,8 +83,17 @@ public PageMemoryMvPartitionStorage(int partitionId, 
TableView tableConfig, Page
 
         groupId = StorageUtils.groupId(tableConfig);
 
-        versionChainFreeList = ((VolatilePageMemoryDataRegion) 
dataRegion).versionChainFreeList();
-        rowVersionFreeList = ((VolatilePageMemoryDataRegion) 
dataRegion).rowVersionFreeList();
+        try {
+            versionChainFreeList = 
createVersionChainFreeList(dataRegion.pageMemory(), groupId, partitionId);

Review Comment:
   Ok, I think I see what you mean. Applied the change.



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