Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
guoningshen committed Oct 19, 2023
1 parent ab78d62 commit cec10c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/replica/replica.h
Original file line number Diff line number Diff line change
Expand Up @@ -638,9 +638,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};
std::atomic<bool> _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<bool> _is_duplication_plog_checking{false};

// backup
std::unique_ptr<replica_backup_manager> _backup_mgr;
Expand Down

0 comments on commit cec10c0

Please sign in to comment.