diff options
-rw-r--r-- | src/mon/Monitor.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc index 92e6fa4ca76..3b19b514054 100644 --- a/src/mon/Monitor.cc +++ b/src/mon/Monitor.cc @@ -923,8 +923,6 @@ void Monitor::sync_finish(version_t last_committed) t.erase("mon_sync", "last_committed_floor"); store->apply_transaction(t); - sync_reset(); - assert(g_conf->mon_sync_requester_kill_at != 9); init_paxos(); @@ -1173,7 +1171,6 @@ void Monitor::handle_sync_chunk(MMonSync *m) void Monitor::handle_sync_no_cookie(MMonSync *m) { dout(10) << __func__ << dendl; - sync_reset(); bootstrap(); } |