-
Notifications
You must be signed in to change notification settings - Fork 4
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
flux-shell: unable to format log msg (pmix server %s %.*s): Resource temporarily unavailable #76
Comments
I confirmed that the error is harmless. This is pmix protocol tracing and it looks like maybe it's trying to log a string > 4096 bytes. It's somewhat surprising that the shell doesn't silently truncate the string and print what it can with some indication of truncation. I'll open a flux-core bug on that one. I could imagine maybe some tracing may get pretty verbose on a larger job. |
Closing this here since it's actually a flux-core issue. @vsoch - in case tracing is enabled by default in an operator or other script, it may be a good idea to disable it. It may move a lot of data if used at scale. (It would have been enabled with |
The only similar thing to that we have is for test mode we set verbosity to 0:
Note that the above was run in test mode so probably not related! Is this an issue we should instead have moved / transferred to flux-core vs closing? |
Oh sheesh, just realized that tracing is forced on in flux-pmix right now, a hold over from early development 🤦 I'll go ahead and reopen this issue since there actually is a flux-pmix issue to fix: the fact that tracing is forced on, and the spurious and confusing error you reported. Otherwise, yeah I should have transferred it rather than closing it and opening a new one 🤦 🤦 |
Oh no worries! Transfer isn't widely known so I thought I'd mention it - I use it quite a bit on the singularityhub org because people open issues all over the place! |
@vsoch reported this offline
and mentioned
The text was updated successfully, but these errors were encountered: