Skip to content

Instantly share code, notes, and snippets.

@ChakshuGautam
Last active March 23, 2024 07:51
Show Gist options
  • Save ChakshuGautam/f3bdd76f18b282442887b3cc256b5dc1 to your computer and use it in GitHub Desktop.
Save ChakshuGautam/f3bdd76f18b282442887b3cc256b5dc1 to your computer and use it in GitHub Desktop.
UCI Docker Compose RCA

The state for current Docker Deployments for UCI

Name Command State
docker-deploy-prod_aggregate-db_1 docker-entrypoint.sh postgres Exit 0
docker-deploy-prod_aggregate-server_1 catalina.sh run Exit 143
docker-deploy-prod_akhq_1 docker-entrypoint.sh ./akhq Exit 137
docker-deploy-prod_analyticsdb_1 docker-entrypoint.sh postgres Exit 0
docker-deploy-prod_broadcast-transformer_1 java -Xmx1024m -Xshareclas ... Up
docker-deploy-prod_cache_1 docker-entrypoint.sh redis ... Exit 0
docker-deploy-prod_cass_1 docker-entrypoint.sh cassa ... Up
docker-deploy-prod_connect_1 /etc/confluent/docker/run Up (health: starting)
docker-deploy-prod_fa-db_1 docker-entrypoint.sh postgres Exit 0
docker-deploy-prod_fa-search_1 /usr/local/bin/docker-entr ... Up
docker-deploy-prod_formsdb_1 docker-entrypoint.sh postgres Exit 0
docker-deploy-prod_fusionauth_1 /usr/local/fusionauth/fusi ... Exit 143
docker-deploy-prod_graphql-formsdb_1 /bin/sh -c "${HGE_BINARY}" ... Restarting
docker-deploy-prod_inbound_1 java -Xmx4096m -Xshareclas ... Up
docker-deploy-prod_kafka_1 /etc/confluent/docker/run Up
docker-deploy-prod_log-base_1 python botTester.py Exit 137
docker-deploy-prod_orchestrator_1 java -Xmx1024m -Xshareclas ... Up
docker-deploy-prod_outbound_1 java -Xmx2048m -Xshareclas ... Up
docker-deploy-prod_schema-registry_1 /etc/confluent/docker/run Exit 128
docker-deploy-prod_templater_1 docker-entrypoint.sh npm r ... Restarting
docker-deploy-prod_templatergql_1 /bin/sh -c "${HGE_BINARY}" ... Restarting
docker-deploy-prod_transformer_1 java -Xshareclasses -XX:+C ... Restarting
docker-deploy-prod_uci-admin_1 /docker-entrypoint.sh ngin ... Exit 0
docker-deploy-prod_uci-api-db-gql_1 /bin/sh -c "${HGE_BINARY}" ... Restarting
docker-deploy-prod_uci-api-db_1 docker-entrypoint.sh postgres Exit 0
docker-deploy-prod_uci-api-scheduler-db_1 docker-entrypoint.sh redis ... Exit 0
docker-deploy-prod_uci-transport-socket_1 docker-entrypoint.sh yarn ... Exit 1
docker-deploy-prod_vault_1 docker-entrypoint.sh vault ... Up
docker-deploy-prod_wait_for_db_1 /usr/local/bin/entrypoint. ... Exit 0
docker-deploy-prod_zookeeper_1 /etc/confluent/docker/run Up
templaterdb docker-entrypoint.sh postgres Exit 0
uci-api-service docker-entrypoint.sh npm r ... Exit 1

Docker Errors Summary

Docker Error Details
Exit 143 Memory or GC Errors - https://stackoverflow.com/questions/42972908/container-killed-by-the-applicationmaster-exit-code-is-143 - Immediate termination
Exit 137 Memory or GC Errors - https://stackoverflow.com/questions/59296801/docker-compose-exit-code-is-137-when-there-is-no-oom-exception - Graceful termination
Exit 128 docker/for-linux#293 - Doesn't Retry
Exit 0 Used by developers to indicate that the container was automatically stopped
Exit 1 Container was stopped due to application error or incorrect reference in the image spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment