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
I have been running into an issue with the docker compose. When I have --web set in docker-compose.yml and then run docker compose --profile quickstart --profile full up -d I almost always get the following error:
dependency failed to start: container docker-metrics-1 is unhealthy
I am thinking this has something to do with the timings in the health check of query metrics (whether that be start_period, interval, or retries). Regardless, the health check should be able to account for the amount of time it takes to initialize the container no matter if we are using the webservice or not. I have also found the metrics container is sometimes unhealthy with --accumulo set, so this might be a general timing issue.
The text was updated successfully, but these errors were encountered:
I have been running into an issue with the docker compose. When I have
--web
set indocker-compose.yml
and then rundocker compose --profile quickstart --profile full up -d
I almost always get the following error:dependency failed to start: container docker-metrics-1 is unhealthy
I am thinking this has something to do with the timings in the health check of query metrics (whether that be start_period, interval, or retries). Regardless, the health check should be able to account for the amount of time it takes to initialize the container no matter if we are using the webservice or not. I have also found the metrics container is sometimes unhealthy with
--accumulo
set, so this might be a general timing issue.The text was updated successfully, but these errors were encountered: