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

process/Broker: do not reset poller_class. Fixes #967 #991

Closed
wants to merge 1 commit into from

Conversation

philfry
Copy link
Contributor

@philfry philfry commented Mar 24, 2023

With ansible 2.12.8 and up the brokers may crash on large playbooks and/or many hosts due to the use of select.select() which is limited to 1024 file descriptors.
This PR removes resetting the poller_class to mitogen.core.Poller so the best poller is used instead (that should be at least select.poll() which is not limited to 1024 fds).

@moreati
Copy link
Member

moreati commented May 2, 2024

Superseded by #1065

@moreati moreati closed this May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants