You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: as noted in flux-framework/flux-pmix#76, flux_shell_log() gives up and prints this error when its internal buffer size is exceeded. It might be helpful to go ahead and log a partial buffer and tack a "+" on the end (or something) to indicate truncation.
The text was updated successfully, but these errors were encountered:
garlick
added a commit
to garlick/flux-core
that referenced
this issue
Jan 23, 2023
Problem: potentially useful shell log messages are lost if the
static log buffer size is exceeded.
If the message is too long, truncate it, add a '+', and continue on.
Don't treat this as an error.
Fixesflux-framework#4860
Problem: potentially useful shell log messages are lost if the
static log buffer size is exceeded.
If the message is too long, truncate it, add a '+', and continue on.
Don't treat this as an error.
Fixesflux-framework#4860
Problem: as noted in flux-framework/flux-pmix#76,
flux_shell_log()
gives up and prints this error when its internal buffer size is exceeded. It might be helpful to go ahead and log a partial buffer and tack a "+" on the end (or something) to indicate truncation.The text was updated successfully, but these errors were encountered: