AuthMonitor::election_finished() does nothing.
PaxosService::election_finished() is the one being handled.
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
}
}
-void AuthMonitor::election_finished()
-{
- dout(10) << "AuthMonitor::election_starting" << dendl;
- last_allocated_id = 0;
-}
-
uint64_t AuthMonitor::assign_global_id(MAuth *m, bool should_increase_max)
{
int total_mon = mon->monmap->size();
}
void on_active();
- void election_finished();
bool should_propose(double& delay);
void create_initial();
void update_from_paxos();