-
Notifications
You must be signed in to change notification settings - Fork 51
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
job-archive.err[0]: job_info_lookup_continuation: parse job #4403
Comments
ahhh, i suspect this is a fallout from #4327, ranks is something that is optionally returned now from Edit: oh wait, I am parsing it correctly, ensuring ranks is optionally returned .. hmmmm |
So this error message is actually a tad bothersome, it comes from what should be a "impossible" error.
The suggestion is a job returned from So either the For now, lets stick in a little extra debugging like the job id and use note, also possible this becomes moot if we begin to use #4336 |
Problem: The error job-archive.err[0]: job_info_lookup_continuation: parse job was recently observed, which did not provide insight into the deeper problem. Solution: Improve the error message by using json_unpack_ex() to get parsing error information. Also add the job ID to the error output. Fixes flux-framework#4403
Problem: The error job-archive.err[0]: job_info_lookup_continuation: parse job was recently observed, which did not provide insight into the deeper problem. Solution: Improve the error message by using json_unpack_ex() to get parsing error information. Also add the job ID to the error output. Fixes flux-framework#4403
25 of these errors appeared in my test system instance logs last friday, when it was rebooted after I updated flux to include an early version of #4398. Prior to that the system was running 0.39.0.
job-manager.inactive-age-limit
was set to"4d"
.At minimum the error handling could be improved (what was the parse error? what job ID)?
It looks like this is an error parsing a job entry returned from
flux_job_list_inactive()
RPC?Here are the errors in context
The text was updated successfully, but these errors were encountered: