potiuk commented on pull request #19633:
URL: https://github.com/apache/airflow/pull/19633#issuecomment-971546834
Not really. The problem is that DEBUG apparently causes exit code = 0 even
if it failed:
Looks like `pinot` is the guilty one (and that could explain why now - as we
are using "latest" image for it.
```
ERROR: for airflow Container "86de6cfc0749" is unhealthy.
Encountered errors while bringing up the project.
CONTAINER ID IMAGE
COMMAND CREATED STATUS
PORTS
NAMES
26d4322f3d1d rabbitmq:3.7
"docker-entrypoint.s…" 20 seconds ago Up 14 seconds (health: starting)
4369/tcp, 5671-5672/tcp, 25672/tcp
airflow-integration-postgres_rabbitmq_1
f960bc850b74 ghcr.io/apache/airflow-trino:359-2021.07.04
"/entrypoint.sh /usr…" 20 seconds ago Up 14 seconds (health: starting)
0.0.0.0:37778->7778/tcp, :::37778->7778/tcp, 0.0.0.0:38080->8080/tcp,
:::38080->8080/tcp
airflow-integration-postgres_trino_1
44c71fc6ce77 apache/airflow:airflow-statsd-exporter-2020.09.05-v0.17.0
"/bin/statsd_exporter" 20 seconds ago Up 15 seconds (health: starting)
0.0.0.0:9125->9125/tcp, 0.0.0.0:9125->9125/udp, :::9125->9125/tcp,
:::9125->9125/udp, 0.0.0.0:29102->9102/tcp, :::29102->9102/tcp
airflow-integration-postgres_statsd-exporter_1
639198fca04c grafana/grafana
"/run.sh" 20 seconds ago Up 15 seconds
0.0.0.0:23000->3000/tcp, :::23000->3000/tcp
airflow-integration-postgres_grafana_1
58566c9414dc postgres:9.6
"docker-entrypoint.s…" 20 seconds ago Up 15 seconds (healthy)
5432/tcp
airflow-integration-postgres_postgres_1
3be46081e5e7 mongo:3
"docker-entrypoint.s…" 20 seconds ago Up 17 seconds (healthy)
27017/tcp
airflow-integration-postgres_mongo_1
86de6cfc0749 apachepinot/pinot:latest
"./bin/pinot-admin.s…" 20 seconds ago Restarting (0) Less than a second ago
airflow-integration-postgres_pinot_1
b84549fa9971 cassandra:3.0
"docker-entrypoint.s…" 20 seconds ago Up 15 seconds (health: starting)
7000-7001/tcp, 7199/tcp, 9042/tcp, 9160/tcp
airflow-integration-postgres_cassandra_1
ef7b990c0eca redis:5.0.1
"docker-entrypoint.s…" 20 seconds ago Up 15 seconds (healthy)
0.0.0.0:26379->6379/tcp, :::26379->6379/tcp
airflow-integration-postgres_redis_1
9879aad4d9b3 ghcr.io/apache/airflow-openldap:2.4.50-2021.07.04
"/container/tool/run…" 20 seconds ago Up 17 seconds (healthy)
389/tcp, 636/tcp
airflow-integration-postgres_openldap_1
d0e3c6be6423 ghcr.io/apache/airflow-krb5-kdc-server:2021.07.04
"/entrypoint.sh /usr…" 20 seconds ago Up 17 seconds (healthy)
airflow-integration-postgres_kdc-server-example-com_1
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]