You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are rare occasions when there is heavy RRD update or Graph viewing where the Boost poller can get stuck. This happens due to a missed removal of rows when for some reason the query for rrd updates comes back empty.
Expected behavior
Cacti should not get stuck in these situations.
The text was updated successfully, but these errors were encountered:
This change adds two features, and corrects some minor bugs:
* issue#4880: The MySQL get_lock() function can lead to stalled boost and dsstats processes
* issue#4882: Under rare conditions the boost process can get hung until the poller times out
* feature#4533: Restructuring RRDfile paths takes too long on large systems and will stop polling for potentially several hours
* feature#4881: When boost is running, it's not clear which processes are running and how long they have to complete
netniV
changed the title
Under rare conditions the boost process can get hung until the poller times out
Boost process can get hung under rare conditions until the poller times out
Aug 14, 2022
Describe the bug
There are rare occasions when there is heavy RRD update or Graph viewing where the Boost poller can get stuck. This happens due to a missed removal of rows when for some reason the query for rrd updates comes back empty.
Expected behavior
Cacti should not get stuck in these situations.
The text was updated successfully, but these errors were encountered: