mysterious-lamp-91034
03/10/2022, 5:40 AMdatahub docker quickstart --quickstart-compose-file ./docker/quickstart/docker-compose-without-neo4j.quickstart.yml
in my devserver
and replace each dependencies to Pinterest infra.
The mysql was successful
The elasticsearch will be replace to OpenSearch
datahub-gms:
container_name: datahub-gms
environment:
- ELASTICSEARCH_HOST=<http://vpc-xxxxx.amazonaws.com|vpc-xxxxx.amazonaws.com>
- ELASTICSEARCH_PORT=443
- ELASTICSEARCH_USE_SSL=true
- ELASTICSEARCH_PROTOCOL=https
- GRAPH_SERVICE_IMPL=<http://vpc-xxxxx.amazonaws.com|vpc-xxxxx.amazonaws.com>
Then I am getting errors like
2022/03/10 05:05:28 Received 200 from <https://vpc-xxxxx.amazonaws.com:443>
2022/03/10 05:05:29 Problem with request: Get "http:": http: no Host in request URL. Sleeping 1s
2022/03/10 05:05:29 Problem with dial: dial tcp: lookup broker on 127.0.0.11:53: no such host. Sleeping 1s
2022/03/10 05:05:30 Problem with request: Get "http:": http: no Host in request URL. Sleeping 1s
2022/03/10 05:05:31 Problem with request: Get "http:": http: no Host in request URL. Sleeping 1s
2022/03/10 05:05:32 Problem with request: Get "http:": http: no Host in request URL. Sleeping 1s
2022/03/10 05:05:33 Problem with request: Get "http:": http: no Host in request URL. Sleeping 1s
2022/03/10 05:05:33 Problem with dial: dial tcp 169.254.254.231:29092: connect: no route to host. Sleeping 1s
2022/03/10 05:05:34 Problem with request: Get "http:": http: no Host in request URL. Sleeping 1s
2022/03/10 05:05:34 Problem with dial: dial tcp 169.254.254.231:29092: connect: connection refused. Sleeping 1s
2022/03/10 05:05:35 Problem with request: Get "http:": http: no Host in request URL. Sleeping 1s
Do you know how to investigate the issue? Thanks!early-lamp-41924
03/10/2022, 7:51 AMearly-lamp-41924
03/10/2022, 7:51 AMearly-lamp-41924
03/10/2022, 5:55 PMmysterious-lamp-91034
03/10/2022, 11:39 PM