You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/03/04 15:37:46 UTC

[GitHub] [ignite] alex-plekhanov commented on a change in pull request #6554: IGNITE-11073: Backup page store manager, initial

alex-plekhanov commented on a change in pull request #6554: IGNITE-11073: Backup page store manager, initial
URL: https://github.com/apache/ignite/pull/6554#discussion_r387684487
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/GridCacheDatabaseSharedManager.java
 ##########
 @@ -4107,6 +4112,8 @@ private Checkpoint markCheckpointBegin(CheckpointMetricsTracker tracker) throws
 
             CheckpointProgressImpl curr = scheduledCp;
 
+            curr.dbLsnrs = new ArrayList<>(lsnrs);
 
 Review comment:
   Do we really need it inside `CheckpointProgressImpl`? It's used in one method only, let's make it local.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services