Ignore responses for previous query when filter/query has changed #24058
Labels
enhancement
New value added to drive a business result
Feature:Search
Querying infrastructure in Kibana
Feature:Visualizations
Generic visualization features (in case no more specific feature label is available)
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.
The text was updated successfully, but these errors were encountered: