Hi, I’m trying out the `0.10.3` version using the ...
# troubleshoot
b
Hi, I’m trying out the
0.10.3
version using the updated helm chart, by using
INTERNAL
schema registry type. However I’m getting the following error in
gms
, can someone take a look?
Copy code
2023-05-31 01:51:55,223 [pool-15-thread-1] INFO  c.l.m.boot.OnBootApplicationListener:68 - Failed to connect to open servlet: prerequisites-cp-schema-registry
2023-05-31 01:51:55,223 [pool-15-thread-1] INFO  c.l.m.boot.OnBootApplicationListener:60 - Sleeping for 1 second
2023-05-31 01:51:56,224 [pool-15-thread-1] INFO  c.l.m.boot.OnBootApplicationListener:68 - Failed to connect to open servlet: prerequisites-cp-schema-registry
2023-05-31 01:51:56,224 [pool-15-thread-1] INFO  c.l.m.boot.OnBootApplicationListener:60 - Sleeping for 1 second
2023-05-31 01:51:57,303 [pool-15-thread-1] INFO  c.l.m.boot.OnBootApplicationListener:68 - Failed to connect to open servlet: prerequisites-cp-schema-registry
2023-05-31 01:51:57,303 [pool-15-thread-1] INFO  c.l.m.boot.OnBootApplicationListener:60 - Sleeping for 1 second
2023-05-31 01:51:58,304 [pool-15-thread-1] INFO  c.l.m.boot.OnBootApplicationListener:68 - Failed to connect to open servlet: prerequisites-cp-schema-registry
2023-05-31 01:51:58,306 [pool-15-thread-1] INFO  c.l.m.boot.OnBootApplicationListener:60 - Sleeping for 1 second
1
Confirm that the deployment yaml is using the correct version `0.10.3`:
Copy code
Image:       <docker-url>/linkedin/datahub-gms:v0.10.3
Env var:
Copy code
KAFKA_SCHEMAREGISTRY_URL:                               <http://prerequisites-cp-schema-registry:8081>
      SCHEMA_REGISTRY_TYPE:                                   INTERNAL
Ah figured, I forget to do a
helm dependency build
🤦‍♂️