-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
supervisord AssertionError: Assertion failed for start.sh: RUNNING not in STARTING #762
Comments
Is there any evidence of the system time changing on this machine (e.g., NTP)? It appears as though there is a bug in our version of supervisor (fixed upstream in version 3.2.0) that will cause this error if the system time rolls back after the process starts and before it exits (http://supervisord.org/changes.html#id7). |
yes, it does at the begin is 10:23, and it is 10:12 at the end. |
sorry, are you ask which process changed the time or you just want to confirm the time is changed? |
I just wanted to confirm whether the time had actually rolled back on the system; it appeared that way from the log messages, so I guess it's confirmed. So, this is a bug in our version of supervisor. Any suggestions on how to proceed? |
upgrade to the latest stable supervisord |
To include: - use sai_stat_id_t for new SAI header file (sonic-net#769) - [wartermarkorch] Fix repeated m_pg_ids and m_unicast_queue_ids add up issue (sonic-net#752) - If available, read port settings from Config DB first (sonic-net#723) - Revert "Fixed ACL IP type parser" (sonic-net#762) - [VS] neighbor test post clean up to avoid messing up test environment (sonic-net#760) - Fixed ACL IP type parser. (sonic-net#715) Signed-off-by: Ying Xie <[email protected]>
* Revert "Fixed ACL IP type parser. (sonic-net#715)" This reverts commit fd2eb4b.
On one switch during starting process, both docker bgp and docker teamd are not started successfully.
The text was updated successfully, but these errors were encountered: