Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When removing many Graphs and Data Sources, polling cycles may overrun #4629

Closed
TheWitness opened this issue Mar 16, 2022 · 1 comment
Closed
Labels
bug Undesired behaviour resolved A fixed issue
Milestone

Comments

@TheWitness
Copy link
Member

Describe the bug

Experienced this today. Basically, the items can not be removed from the poller_output table if the local_data entries have been removed. This results in the poller process timing out.

To Reproduce

Steps to reproduce the behavior:

  1. Bulk remove thousands of graphs

  2. Watch the poller processes end

  3. After all poller processes have ended, you still see entries in the poller_output table

  4. See error

Expected behavior

Cacti should periodically prune these entries instead of timing out.

@TheWitness TheWitness added the bug Undesired behaviour label Mar 16, 2022
@TheWitness TheWitness added this to the v1.2.20 milestone Mar 16, 2022
TheWitness added a commit that referenced this issue Mar 16, 2022
When removing large numbers of Graphs and Data Sources you can get poller overruns
@TheWitness TheWitness added the resolved A fixed issue label Mar 16, 2022
@TheWitness
Copy link
Member Author

@bmfmancini this might have something to do with missing notifications. Not sure, but it could.

@netniV netniV changed the title When removing large numbers of Graphs and Data Sources you can get poller overruns When removing many Graphs and Data Sources, polling cycles may overrun Apr 3, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Dec 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Undesired behaviour resolved A fixed issue
Projects
None yet
Development

No branches or pull requests

1 participant