-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:SearchQuerying infrastructure in KibanaQuerying infrastructure in KibanaFeature:VisualizationsGeneric visualization features (in case no more specific feature label is available)Generic visualization features (in case no more specific feature label is available)enhancementNew value added to drive a business resultNew value added to drive a business result
Description
When querying data, it's possible for us to receive out of order responses. Take the following example; when an expensive query (A) is issued, the filter is updated resulting in query (B) - B can return before A, but A will be the last result to render.
This is more low-hanging fruit mentioned in #17844 (comment). In that issue it describes canceling the query using the ES tasks API. I feel that simply ignoring the canceled response is a good first step in improving this use case.
Metadata
Metadata
Assignees
Labels
Feature:SearchQuerying infrastructure in KibanaQuerying infrastructure in KibanaFeature:VisualizationsGeneric visualization features (in case no more specific feature label is available)Generic visualization features (in case no more specific feature label is available)enhancementNew value added to drive a business resultNew value added to drive a business result