-
-
Notifications
You must be signed in to change notification settings - Fork 437
Closed
Labels
blockerBlocking releaseBlocking releasebugUndesired behaviourUndesired behaviourresolvedA fixed issueA fixed issue
Milestone
Description
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:
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blockerBlocking releaseBlocking releasebugUndesired behaviourUndesired behaviourresolvedA fixed issueA fixed issue