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: Common usage in flux-core is to not respond with an RPC error
(such as through flux_respond_error()) if a prior RPC attempt fails (such
as through flux_respond_pack()). This pattern is violated in several
places in job-info.
Solution: If flux_respond_pack() fails, do not call flux_respond_error()
in error handling paths.
Fixesflux-framework#6498
similar to fixes in
0047178
need to do it in job-info, minimally in guest_watch.c
The text was updated successfully, but these errors were encountered: