Skip to content
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

Docker Compose Query Metrics Container is Often 'Unhealthy' #2666

Open
foster33 opened this issue Dec 10, 2024 · 0 comments
Open

Docker Compose Query Metrics Container is Often 'Unhealthy' #2666

foster33 opened this issue Dec 10, 2024 · 0 comments
Assignees

Comments

@foster33
Copy link
Collaborator

foster33 commented Dec 10, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants