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
When running the docker-compose file from the Catalog src directory, I'm supplying a password as described in the Readme and the MySQL container loads up fine.
I'm getting the following from the catalog container:
catalog-catalog-1 | 2023/02/23 14:50:40 Running database migration...
catalog-catalog-1 | 2023/02/23 14:50:40 Error: Failed to apply migration <nil>
catalog-catalog-1 | 2023/02/23 14:50:40 Connecting to catalog-db:3306/sampledb?timeout=5s
catalog-catalog-1 | 2023/02/23 14:50:40 invalid connection config: missing required peer IP or hostname
The container keeps running and is working, but the logging is misleading...
The text was updated successfully, but these errors were encountered:
invalid connection config: missing required peer IP or hostname
appears to be caused by the splunksqlx wrapper we use for OpenTelemetry instrumentation. Reverting to sqlx appears to fix the error. Might need to move to our own implementation of instrumenting the DB queries or find a more robust implementation.
When running the docker-compose file from the Catalog src directory, I'm supplying a password as described in the Readme and the MySQL container loads up fine.
I'm getting the following from the catalog container:
The container keeps running and is working, but the logging is misleading...
The text was updated successfully, but these errors were encountered: