rpuch commented on code in PR #907:
URL: https://github.com/apache/ignite-3/pull/907#discussion_r915073848
##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/Checkpointer.java:
##########
@@ -379,10 +378,12 @@ boolean writePages(
tracker.onPagesWriteStart();
+ CheckpointDirtyPagesQueue checkpointDirtyPagesQueue =
checkpointDirtyPages.toQueue();
Review Comment:
It seems to me that it would make the code a bit easier to read, but it's a
matter of taste. Not a mandatory thing, for sure.
--
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]