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
2025-01-15T21:15:55.577+00:00 - [ ERROR] - API.waitress-9 - Health check failed: 'NoneType' object is not subscriptable
2025-01-15T21:16:05.587+00:00 - [ ERROR] - API.waitress-0 - Health check failed: 'NoneType' object is not subscriptable
2025-01-15T21:16:15.578+00:00 - [ ERROR] - API.waitress-1 - Health check failed: 'NoneType' object is not subscriptable
After upgrade to 10.9.0 the logs were showing:
get_running_info v1 call
/healthz (same with check_type=heavy")
Sequence of Events Leading to Failure
Server startup begins
util.CURRENT_BLOCK_INDEX
is initialized asNone
/v2/healthz
) becomes accessibleBackground initialization starts
NodeStatusCheckerThread
begins initializationCURRENT_BLOCK_INDEX
Race to First Health Check
/v2/healthz
util.CURRENT_BLOCK_INDEX
which is stillNone
Related Files
counterpartycore/lib/api/util.py
- Contains health check implementationcounterpartycore/lib/api/wsgi.py
- ContainsNodeStatusCheckerThread
Tags
bug
health-check
startup
initialization
The text was updated successfully, but these errors were encountered: