acelyc111 commented on code in PR #1597:
URL:
https://github.com/apache/incubator-pegasus/pull/1597#discussion_r1323127988
##########
src/replica/replica.h:
##########
@@ -633,6 +639,7 @@ 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};
+ std::atomic<bool> _is_duplication_plog_checking{false};
Review Comment:
Where will the variable be used?
--
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]