Hello everyone! Who can say what is it at GMS logs...
# all-things-deployment
w
Hello everyone! Who can say what is it at GMS logs
2023-04-27 10:24:44,740 [I/O dispatcher 1] INFO  c.l.m.s.e.update.BulkListener:47 - Successfully fed bulk request. Number of events: 6 Took time ms: -1
and why I see this string 5 time per second ? I think that this message talk me about some delay (or something like that) with working another tasks such as creating term into glossary or changing some permissions in settings. Because when I try to do this steps - I'm facing with the next problem:
Copy code
2023-04-27 08:08:04,881 [I/O dispatcher 1] ERROR c.l.m.s.e.update.BulkListener:44 - Failed to feed bulk request. Number of events: 7 Took time ms: -1 Message: failure in bulk execution:
[0]: index [glossarytermindex_v2_1682499154226], type [_doc], id [urn%3Ali%3AglossaryTerm%3A15618cc3-f96d-4f77-94d7-b6adb9e02ba8], message [[glossarytermindex_v2_1682499154226/vbvG5KPmSpiGQawAxCxalg][[glossarytermindex_v2_1682499154226][0]] ElasticsearchException[Elasticsearch exception [type=document_missing_exception, reason=[_doc][urn%3Ali%3AglossaryTerm%3A15618cc3-f96d-4f77-94d7-b6adb9e02ba8]: document missing]]]
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: 1️⃣ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? Yes button 2️⃣ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? Yes button
o
The first message is the non-error path where ElasticSearch is being updated. The error indicates a document being unexpectedly deleted and therefore being unable to be updated, you may need to restoreIndices for that Urn: https://datahubproject.io/docs/api/restli/restore-indices/