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
Cacti Fix #3808 introduced a regression in the read_config_option() function call that would result in a massive decrease in poller performance in cases where the variable was not set in the database. This increases both query load, and decreases poller performance.
To Reproduce
Steps to reproduce the behavior:
Note your data collector timing.
unset the 'selective_debug' variable in the settings table via 'delete from settings where name = "selective_debug"'
Note your new data collector timing
Expected behavior
Poller performance should stay nimble when variables are not set.
The text was updated successfully, but these errors were encountered:
netniV
changed the title
Fix #3808 causes a massive decrease in poller performance
Massive decrease in poller performance due to unset variable
Apr 30, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Cacti Fix #3808 introduced a regression in the read_config_option() function call that would result in a massive decrease in poller performance in cases where the variable was not set in the database. This increases both query load, and decreases poller performance.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Poller performance should stay nimble when variables are not set.
The text was updated successfully, but these errors were encountered: