<@UV14447EU> / <@U01GZEETMEZ>, We are running int...
# troubleshoot
l
@dazzling-judge-80093 / @gray-shoe-75895, We are running into a issue where our Glossary Terms not showing up datasets in “Related Entities” page and throwing a 500. Here are details around ingestion. 1) ingested glossary terms through yaml 2) ingested s3 objects from CLI 3) used CSV enricher to add terms to columns. Term in question has a parent glossaryNode. Cc: @billowy-book-26360
Attaching error log from gms
g
analyzer [custom_keyword] not found
@echoing-airport-49548 does that error message mean anything to you?
l
When tried restoring Elastic search index through cron job notified this error
e
I’m not familiar with this search error
This second error you’re seeing is definitely concerning
l
Is this related to Kafka message request size? How do we increase this
e
I’m checking with my colleagues and I can get back to you cc @big-carpet-38439
a
Hi @little-breakfast-38102 to fix the second image you posted, you need to increase the kafka message payload size in the datahub helm chart.
SPRING_KAFKA_PRODUCER_PROPERTIES_MAX_REQUEST_SIZE
i
Note that the equivalent config must be made on Kafka. Essentially Kafka needs to support large payloads in each message.
l
Cc: @square-eye-43731
@incalculable-ocean-74010 / @astonishing-answer-96712 , I am not able to see any reference to the variable name mentioned above, however I see we can set SPRING_KAFKA_PROPERTIES_ as env variables in gms, mce and Mae. Is that what I am supposed to do
i
The variable is not explicitly set anywhere but is accepted by spring which gms uses.
This is a dynamic behavior in Spring that allows you to inject variables into gms dependencies