tkalkirill commented on code in PR #892: URL: https://github.com/apache/ignite-3/pull/892#discussion_r904868838
########## modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointWorkflow.java: ########## @@ -80,13 +80,13 @@ class CheckpointWorkflow implements IgniteComponent { private final CheckpointReadWriteLock checkpointReadWriteLock; /** Persistent data regions for the checkpointing. */ - private final Collection<? extends PageMemoryDataRegion> dataRegions; + private final Collection<? extends DataRegion<PersistentPageMemory>> dataRegions; /** Checkpoint write order configuration. */ private final CheckpointWriteOrder checkpointWriteOrder; /** Collections of checkpoint listeners. */ - private final List<IgniteBiTuple<CheckpointListener, PageMemoryDataRegion>> listeners = new CopyOnWriteArrayList<>(); + private final List<IgniteBiTuple<CheckpointListener, DataRegion>> listeners = new CopyOnWriteArrayList<>(); Review Comment: Fix 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