Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cancel outstanding requests when new time period is selected #14544

Closed
chrisronline opened this issue Oct 24, 2017 · 2 comments · Fixed by #39963
Closed

Cancel outstanding requests when new time period is selected #14544

chrisronline opened this issue Oct 24, 2017 · 2 comments · Fixed by #39963
Labels
bug Fixes for quality problems that affect the customer experience Feature:Search Querying infrastructure in Kibana

Comments

@chrisronline
Copy link
Contributor

This is mainly for discovery.

Scenario:

  1. Change the time period in the time picker
  2. Wait for data to fetch
  3. While waiting, change the time period
  4. Expect the results to match the most recently updated time period, but instead, it matches the first one

We need to cancel outstanding requests when the time period is changed.

@stacey-gammon
Copy link
Contributor

I think I just ran across a similar issue. While the data was loading I turned on a filter. Then the data didn't match the filter:

screen shot 2017-10-27 at 6 53 35 pm

I actually have been noticing a ton of weird behavior on this page, including losing all my columns and my search sporadically. Can't seem to repro that. And am hitting #9571 as well which may be interferring.

cc @elastic/kibana-discovery

@Bargs
Copy link
Contributor

Bargs commented Oct 30, 2017

I agree the UI and the data should never be out of sync.

@stacey-gammon stacey-gammon added bug Fixes for quality problems that affect the customer experience and removed discuss labels Oct 30, 2017
@timroes timroes added Feature:Search Querying infrastructure in Kibana Team:Visualizations Visualization editors, elastic-charts and infrastructure enhancement New value added to drive a business result bug Fixes for quality problems that affect the customer experience and removed :Discovery bug Fixes for quality problems that affect the customer experience enhancement New value added to drive a business result labels Sep 16, 2018
@timroes timroes added :AppArch and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Mar 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Search Querying infrastructure in Kibana
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants