-
Problem report
-
Resolution: Fixed
-
Trivial
-
3.4.7
-
None
-
Sprint 30
-
0.25
When elastic backend is down the elastic writer must wait 10 seconds before retrying. This is done by calling zbx_sleep_loop(), which would put process in idle state during wait, while actually process is busy. It would be better to replace it with simple sleep().
It also results in additional dependencies in our tests.