-
Notifications
You must be signed in to change notification settings - Fork 524
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
fix: clear scroll after completing scroll requests (backport #14551) #14675
base: 8.16
Are you sure you want to change the base?
Conversation
* fix: clear scroll after completing scroll requests clear the search context using a clear scroll request for sourcemap and agentcfg search scroll requests * lint: fix linter issues * fix: clear scroll on error too * test: validate scrollID when clearing * test: increase sourcemap test coverage to use scroll requests * feat: log failed clear scroll requests * Update elasticsearch.go * Update metadata_fetcher.go (cherry picked from commit 9487f8d)
@Mergifyio queue |
🛑 Branch protection settings are not validated anymoreBranch protection is enabled and is preventing Mergify to merge the pull request. Mergify will merge when branch protection settings validate the pull request once again. (detail: Required status check "CLA" is pending.) |
@Mergifyio refresh |
✅ Pull request refreshed |
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
@Mergifyio refresh |
✅ Pull request refreshed |
@Mergifyio refresh |
✅ Pull request refreshed |
@Mergifyio refresh |
✅ Pull request refreshed |
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
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.
blocking to see if we should wait until next release confirmed: only merge after 8.16.1 release
Motivation/summary
clear the search context using a clear scroll request for sourcemap and agentcfg search scroll requests
Checklist
For functional changes, consider:
How to test these changes
Related issues
Related to #14619
This is an automatic backport of pull request #14551 done by [Mergify](https://mergify.com).