tkalkirill commented on code in PR #907:
URL: https://github.com/apache/ignite-3/pull/907#discussion_r914869319
##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointPagesWriter.java:
##########
@@ -51,8 +53,8 @@ public class CheckpointPagesWriter implements Runnable {
/** Checkpoint specific metrics tracker. */
private final CheckpointMetricsTracker tracker;
- /** Collection of page IDs to write under this task. Overall pages to
write may be greater than this collection. */
- private final IgniteConcurrentMultiPairQueue<PersistentPageMemory,
FullPageId> writePageIds;
+ /** Queue of dirty page IDs to write under this task. Overall pages to
write may be greater than this queue. */
Review Comment:
Try to 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]