acelyc111 commented on code in PR #1597:
URL: 
https://github.com/apache/incubator-pegasus/pull/1597#discussion_r1515625884


##########
src/replica/replica.h:
##########
@@ -625,6 +630,8 @@ class replica : public serverlet<replica>, public 
ref_counter, public replica_ba
     bool _is_manual_emergency_checkpointing{false};
     bool _is_duplication_master{false};
     bool _is_duplication_follower{false};
+    // replica is finding some private logs to load for duplication,avoid 
unexpected plog gc

Review Comment:
   ```suggestion
       // Indicate whether the replica is during finding out some private logs 
to
       // load for duplication. It useful to prevent plog GCed unexpectedly.
   ```



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to