tkalkirill commented on code in PR #920: URL: https://github.com/apache/ignite-3/pull/920#discussion_r923211115
########## modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointWorkflow.java: ########## @@ -289,31 +282,26 @@ private DataRegionsDirtyPages beginCheckpoint( Collection<? extends DataRegion<PersistentPageMemory>> dataRegions, CompletableFuture<?> allowToReplace ) throws IgniteInternalCheckedException { - Collection<DataRegionDirtyPages<CollectionDirtyPages>> dataRegionsDirtyPages = new ArrayList<>(dataRegions.size()); + Collection<DataRegionDirtyPages<DirtyPagesCollection>> dataRegionsDirtyPages = new ArrayList<>(dataRegions.size()); Review Comment: I'll try to do 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-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org