average-vr-64604
03/09/2022, 7:50 AMdatahub-actions
container falls with errors. All other containers runs just fine.
For image v0.0.1-beta.11
error is: mixpanel.MixpanelException: HTTPSConnectionPool(host='<http://api.mixpanel.com|api.mixpanel.com>', port=443): Max retries exceeded with url: /engage (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7efe89ce5d90>, 'Connection to <http://api.mixpanel.com|api.mixpanel.com> timed out. (connect timeout=10)'))
. Wich is understandable since I work in protected network segment.
For image v0.0.1-beta.12
error is: InvalidURL: Failed to parse: http://${GMS_HOST:-localhost}:${GMS_PORT:-8080}/config
I'll run datahub via docker-compose. For all versions of image, compose file was:
- GMS_HOST=datahub-gms
- GMS_PORT=8080
- KAFKA_BOOTSTRAP_SERVER=broker:29092
- SCHEMA_REGISTRY_URL=<http://schema-registry:8081>
- METADATA_AUDIT_EVENT_NAME=MetadataAuditEvent_v4
- METADATA_CHANGE_LOG_VERSIONED_TOPIC_NAME=MetadataChangeLog_Versioned_v1
- DATAHUB_SYSTEM_CLIENT_ID=__datahub_system
- DATAHUB_SYSTEM_CLIENT_SECRET=JohnSnowKnowsNothing
- DATAHUB_TELEMETRY_ENABLED=false
- KAFKA_PROPERTIES_SECURITY_PROTOCOL=PLAINTEXT
square-activity-64562
03/09/2022, 9:10 AMaverage-vr-64604
03/09/2022, 9:33 AMsquare-activity-64562
03/10/2022, 9:36 AM