rhythmic-stone-77840
03/22/2023, 9:06 PMsearchAcrossLineage on datasets that have a lot of downstream links we end up getting a DataFetchingException which seems to be related to
{
"error": {
"root_cause": [
{
"type": "max_bytes_length_exceeded_exception",
"reason": "max_bytes_length_exceeded_exception: bytes can be at most 32766 in length; got 45576"
}
],
"type": "search_phase_execution_exception",
"reason": "all shards failed",
"phase": "query",
"grouped": true,
"failed_shards": [
{
"shard": 0,
"index": "datasetindex_v2_1668526466773",
"node": "W7nwRsS-SlOu01ySlY3N-w",
"reason": {
"type": "max_bytes_length_exceeded_exception",
"reason": "max_bytes_length_exceeded_exception: bytes can be at most 32766 in length; got 45576"
}
}
]
},
"status": 500
}
Since the upgrade required a reindexing in elasticsearch we're not exactly sure what we should be doing to address this new issue. Wondering if anyone has any ideas! It only pops up for datasets that have a lot of downstream lineage links.astonishing-answer-96712
03/23/2023, 7:16 PMsome-church-89835
03/23/2023, 7:24 PMhelpful-elephant-58485
03/24/2023, 1:47 PMicy-flag-80360
03/28/2023, 9:51 AMCaused by: org.elasticsearch.ElasticsearchStatusException: Elasticsearch exception [type=search_phase_execution_exception, reason=all shards failed]
Suppressed: org.elasticsearch.client.ResponseException: method [POST], host [<http://elasticsearch-master:9200>], URI [/datahubpolicyindex_v2/_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], status line [HTTP/1.1 400 Bad Request] {"error":{"root_cause":[{"type":"query_shard_exception","reason":"[simple_query_string] analyzer [query_word_delimited] not found","index_uuid":"bgzSaLp8Tzi3PbQTBs0mdA","index":"datahubpolicyindex_v2"}],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query","grouped":true,"failed_shards":[{"shard":0,"index":"datahubpolicyindex_v2","node":"hnDnNu2sTZiXcxgTIJBFdQ","reason":{"type":"query_shard_exception","reason":"[simple_query_string] analyzer [query_word_delimited] not found","index_uuid":"bgzSaLp8Tzi3PbQTBs0mdA","index":"datahubpolicyindex_v2"}}]},"status":400}astonishing-answer-96712
04/03/2023, 10:11 PMicy-flag-80360
04/06/2023, 8:30 AMaloof-gpu-11378
04/07/2023, 8:54 PMicy-flag-80360
04/10/2023, 10:14 AMaloof-gpu-11378
04/12/2023, 5:52 PM