| 379 | } |
| 380 | |
| 381 | void AgentMonitor::CheckCheckPointFiles() { |
| 382 | CheckPointManager * checkpoint_manager = StorageManager::GetGlobalStorageManager(option_)->GetCheckPointManager(); |
| 383 | uint64_t current_instanceid_interval = checkpoint_manager->GetCurrentInstanceInterval(); |
| 384 | LogVerbose("%s reset hold paxos count %llu", __func__, current_instanceid_interval * 3); |
| 385 | master_agent_->SetHoldPaxosLogCount(current_instanceid_interval * 3); |
| 386 | } |
| 387 | |
| 388 | } |
nothing calls this directly
no test coverage detected