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

AbortError in console when user changes the time to last one year using timepicker on [eCommerce] Revenue Dashboard & [eCommerce] Revenue Dashboard #46378

Closed
bhavyarm opened this issue Sep 23, 2019 · 4 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:Dashboard Dashboard related features regression Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@bhavyarm
Copy link
Contributor

Kibana version: 7.4.0 BC5

Elasticsearch version: 7.4.0 BC5

Browser version: chrome latest

Original install method (e.g. download page, yum, from source, etc.): from staging

Describe the bug: When user changes the time to last one year in date picker on ecommerce and flight sample data dashboards - Kibana logs abort error in console

Steps to reproduce:

  1. Open ecommerce dashboard
  2. Make sure dev console is open
  3. Change the time to last one year using quick timepicker

Kibana logs abort error.

Screenshots (if relevant):
Screen Shot 2019-09-23 at 2 48 21 PM

Errors in browser console (if relevant):

vendors.bundle.dll.js:417 AbortError: The request was aborted.
    at SearchRequest.abort (http://localhost:5601/bundles/commons.bundle.js:3:3903144)
    at http://localhost:5601/bundles/commons.bundle.js:3:3891514
    at Array.forEach (<anonymous>)
    at SearchSource.cancelQueued (http://localhost:5601/bundles/commons.bundle.js:3:3891481)
    at _callee$ (http://localhost:5601/bundles/commons.bundle.js:3:1033315)
    at tryCatch (http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:471:789345)
    at Generator.invoke [as _invoke] (http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:471:793180)
    at Generator.prototype.<computed> [as next] (http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:471:790468)
    at asyncGeneratorStep (http://localhost:5601/bundles/commons.bundle.js:3:1028222)
    at _next (http://localhost:5601/bundles/commons.bundle.js:3:1028532) "Possibly unhandled rejection: {"name":"AbortError"}"
@bhavyarm bhavyarm added bug Fixes for quality problems that affect the customer experience Feature:Dashboard Dashboard related features Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Sep 23, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app

@bhavyarm
Copy link
Contributor Author

Please note turned off auto-refresh. Still see the error while switching between different times

@liza-mae
Copy link
Contributor

Could be same root cause as #44738

@nreese
Copy link
Contributor

nreese commented Oct 2, 2019

closing, duplicate of #44738

Any canceled search source request throws this error. Requests are now canceled when the the search context changes and the previous fetch has not returned

@nreese nreese closed this as completed Oct 2, 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:Dashboard Dashboard related features regression Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

4 participants