-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 Discover fetch requests if a new one is submitted #39963
Conversation
Pinging @elastic/kibana-app-arch |
💚 Build Succeeded |
💔 Build Failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Tested Chrome OSX, with dev tools throttling to "slow 3g speeds". Confirmed that when rapidly switching between time ranges, msearch
requests that were still in flight got canceled.
retest |
💔 Build Failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code LGTM, waiting for CI to go green
1fb0527
to
91a1455
Compare
💔 Build Failed |
💚 Build Succeeded |
* Cancel discover fetch requests if a nnew one is submitted * Add comment * Remove unused translations
* Cancel discover fetch requests if a nnew one is submitted * Add comment * Remove unused translations
Resolves #14544.
This PR updates Discover to cancel any existing fetches when a new fetch is requested.