-
Notifications
You must be signed in to change notification settings - Fork 396
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
Intermittent failures in omrsysinfo_get_process_start_time #7469
Comments
@ThanHenderson Please take a look at this? |
Its likely possible that this issue can be recreated without Liberty, im still getting more info on the environment where this isssue was seen, but I would start with rhel9 and ubuntu22+. |
Just confirming that the issue is seen on ub22 |
How intermittent (or what is the occurrence rate)? Did we just start seeing this? And is it only happening in this benchmark?
We can likely create a simpler test where we see the failure; I haven't seen this through my simple testing of the
Were there any other diagnostic data collected from the runs with this failure? |
These failures -- and similar failures in the pipeline e.g. failing a process existence check -- happen (intermittently) only in To get the process start time, we retrieve the PID of the parent process ( We currently do not have a way of detecting whether the In the meantime, we can restrict getting the restore process start time to CRaC restores that aren't affected. |
omrsysinfo_get_process_start_time
is used in CRIUSupport to determine the start time of the restored process. We are seeing intermittent failures as a result of using this API.The text was updated successfully, but these errors were encountered: