incalculable-football-44453
07/14/2022, 6:57 PM....
elasticsearchSetupJob:
enabled: true
image:
repository: linkedin/datahub-elasticsearch-setup
tag: "v0.8.40"
extraEnvs:
- name: USE_AWS_ELASTICSEARCH
value: "true"
....
it triggers a job that finishes successfully
The data ingestion works fine updating ES index.
But analytics fail with
type : illegal_argument_exception
reason : Text fields are not optimised for operations that require per-document field data like aggregations and sorting, so these operations are disabled by default. Please use a keyword field instead. Alternatively, set fielddata=true on [browserId] in order to load field data by uninverting the inverted index. Note that this can use significant memory.
now I can successfully send POST to -
<https://opensearch-domain-endpoint:443/datahub_usage_event/_search?typed_keys=true&max_concurrent_shard_requests=5&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&ignore_throttled=true&search_type=query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true>
Because of above GMS k8s pod is getting evicted periodically. Which affects all datahub setup.
Any suggestions?bumpy-needle-3184
07/20/2022, 9:22 AMbumpy-needle-3184
07/20/2022, 9:23 AM