diff --git a/src/replica/replica.h b/src/replica/replica.h index f5baf0a92e..e3de825e59 100644 --- a/src/replica/replica.h +++ b/src/replica/replica.h @@ -638,9 +638,8 @@ class replica : public serverlet, public ref_counter, public replica_ba bool _is_manual_emergency_checkpointing{false}; bool _is_duplication_master{false}; bool _is_duplication_follower{false}; - std::atomic _is_duplication_plog_checking{false}; // replica is finding some private logs - // to load for duplication,avoid - // unexpected plog gc + // replica is finding some private logs to load for duplication,avoid unexpected plog gc + std::atomic _is_duplication_plog_checking{false}; // backup std::unique_ptr _backup_mgr;