Skip to content
Snippets Groups Projects
Commit 3705d65c authored by Eric Cano's avatar Eric Cano
Browse files

Increased heartbeat timeout to 60 seconds as we experienced 51s response time from Rados.

This was a rare occurence:
Tue Jan 29 01:12:51 2019 pid=531 tid=951 op=In BackendRados::lockBackoff(): radosCtx.lock_exclusive() obj=Frontend-ctafrontend-531-20190128-18:02:44-0 duration=51.5958

(One out of 5 operations taking more than 1s in the whole day.
parent efd47bd1
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ private:
std::promise<void> m_exit;
/// The heartbeat update rate.
std::chrono::seconds const m_heartRate = std::chrono::seconds(30);
std::chrono::seconds const m_heartRate = std::chrono::seconds(60);
/// The logging context
log::Logger & m_logger;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment