Hi Everyone, I have added new custom entity. When ...
# ingestion
f
Hi Everyone, I have added new custom entity. When I start Datahub (docker-compose) I get following error (org.elasticsearch.ElasticsearchStatusException: Elasticsearch exception [type=index_not_found_exception, reason=no such index) when visiting UI: at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) datahub-gms | at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) datahub-gms | Caused by: java.lang.RuntimeException: Failed to get entity counts datahub-gms | at com.linkedin.datahub.graphql.resolvers.group.EntityCountsResolver.lambda$get$2(EntityCountsResolver.java:53) datahub-gms | at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700) datahub-gms | ... 16 common frames omitted datahub-gms | Caused by: org.elasticsearch.ElasticsearchStatusException: Elasticsearch exception [type=index_not_found_exception, reason=no such index
🔍 1
📖 1
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: ✅ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? ✅ button ✅ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? ✅ button Did you find a solution to your issue? ❌ Sorry you weren't able to find a solution. I'm sending you some tips on info you can provide to help the community troubleshoot. Whenever you feel your issue is solved, please react ✅ to your original message to let us know!
d
Hey j p, can you confirm elastic-setup-job and datahub-upgrade job run successfully?
f
HI Hyejin Thanks for your reply. Yes both seem to have run successfully. I am running via datahub docker quickstart. Where are the indexes read from? I am trying to debug. Where should I be looking at?