search with shard errors from local cluster no longer shows results in kibana (after elasticsearch 98725 is resolved) #164893
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Search
Querying infrastructure in Kibana
impact:high
Addressing this issue will have a high level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
poll_search throws an error when
isErrorResponse(response)
returns true. isErrorResponse has a bug where it returns true when!response.isRunning && !!response.isPartial
. This is not causing any problems currently because Kibana is saved by an elasticsearch bug - async search returns is_partial:false when local cluster has shard errorsHowever, once elastic/elasticsearch#98725 is resolved, this will no longer be the case and the bug in
isErrorResponse
will prevent Kibana from displaying results when local clusters have shard errors. This will effect Kibana system wide, whendata.search
andsearchService.search
is used to fetch data, and be a large regression.A solution is being actively worked in #164506
The text was updated successfully, but these errors were encountered: