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

print errno message for too many open files error #4562

Closed
wants to merge 1 commit into from

Conversation

ddavila0
Copy link

Description

Print a significant error message when "too many open files" limit is reached

Testing

No tests needed, not a new feature

Documentation

I don't think so

@ddavila0 ddavila0 requested a review from a team as a code owner September 26, 2024 00:55
@ddavila0
Copy link
Author

this has to do with the issue discussed here:
#4409

@nibanks
Copy link
Member

nibanks commented Sep 26, 2024

We don't want to add printf statements to the core code.

@nibanks nibanks added OS: Ubuntu external Proposed by non-MSFT labels Sep 26, 2024
@nibanks
Copy link
Member

nibanks commented Jan 4, 2025

Please either convert this to a trace event or simply update the documentation on how to diagnose this.

@nibanks nibanks closed this Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external Proposed by non-MSFT OS: Ubuntu
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants