Clearing scroll IDs (when closing ScrollableResults) fails systematically with Elasticsearch

Description

We seem to send an incorrect request to Elasticsearch: the scroll_id parameter we send is a string, instead of being an array of strings.

Activity

Show:

Yoann RodièreApril 19, 2017 at 12:24 PM

I just checked: this only affects 5.8, because Jest appears to use GET requests for scroll IDs of less than 1900 characters (don't ask me why), which happens to always be true in our case.

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created April 19, 2017 at 12:01 PM
Updated May 11, 2017 at 7:35 AM
Resolved April 19, 2017 at 3:44 PM