Skip to content

Send explicit close scroll request if error occurs in client #16

Description

@outoftime

If we terminate scrolling early (presumably because of an error in the client), we need to send a close-scroll request to ES so it doesn't hold the scroll open (which consumes resources). This takes the form:

POST /_search/scroll <scroll_id>

Note no scroll param.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions