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

[TSVB] Old request might override newer request #14208

Closed
shaharmor opened this issue Sep 28, 2017 · 3 comments
Closed

[TSVB] Old request might override newer request #14208

shaharmor opened this issue Sep 28, 2017 · 3 comments
Labels
Feature:TSVB TSVB (Time Series Visual Builder) Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@shaharmor
Copy link
Contributor

shaharmor commented Sep 28, 2017

Kibana version: 6.x

Elasticsearch version: 6.0.0-rc1

Browser version: Chrome 62

Description of the problem including expected versus actual behavior:
TSVB doesn't abort old queries when new ones are created

Steps to reproduce:

  1. Create a new TSVB time-series visualization
  2. Run a long query (over a long time range)
  3. While the previous query is still running, update the time range to smaller range
  4. The new query will finish before the first one, and update the visualization, and then the old query will finish and override the visualization, even though it was basically "aborted"
@tylersmalley tylersmalley added the Feature:Visualizations Generic visualization features (in case no more specific feature label is available) label Oct 3, 2017
@shaharmor shaharmor changed the title [TSVB] Old request might override newer request Old request might override newer request Nov 14, 2017
@shaharmor shaharmor changed the title Old request might override newer request [TSVB] Old request might override newer request Nov 14, 2017
@ppisljar ppisljar added the Feature:TSVB TSVB (Time Series Visual Builder) label Nov 23, 2017
@shaharmor
Copy link
Contributor Author

Any chance for someone to take a look at this?

@timroes timroes added Team:Visualizations Visualization editors, elastic-charts and infrastructure and removed Feature:Visualizations Generic visualization features (in case no more specific feature label is available) labels Sep 16, 2018
alexwizp added a commit to alexwizp/kibana that referenced this issue Apr 4, 2019
@lukeelmers
Copy link
Member

This issue actually isn't specific to TSVB, but rather to the current querying implementation: see #24058

@alexwizp
Copy link
Contributor

Thanks, closed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:TSVB TSVB (Time Series Visual Builder) Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants