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
When registering a service using the HTTP API /v1/catalog/register with a health check which should fail on the first attempt, there is a brief period where the node shows up in the service catalog as "passing" because the associated health check has not yet been registered, and therefore the node appears healthy. This is easily reproduced by setting a watch on /v1/health/services and then registering a new service.
When registering a service using the HTTP API
/v1/catalog/register
with a health check which should fail on the first attempt, there is a brief period where the node shows up in the service catalog as "passing" because the associated health check has not yet been registered, and therefore the node appears healthy. This is easily reproduced by setting a watch on/v1/health/services
and then registering a new service.This is related to #341.
The text was updated successfully, but these errors were encountered: