You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Scroll API is not working properly because the ScrollId returned in the SearchResponse has an ill-defined validity.
The root cause appears to be that the SearchRequest Scroll parameter (or type Time) is not serialized, and thus the search validity cannot be specified.
How can one reproduce the bug?
Create a SearchRequest, and specify a Scroll with value "5m", which is 5 minutes.
With the search response, use the scroll id to do a ScrollRequest;
most of the time the server replies with "all shards failed".
What is the expected behavior?
The search should success with 0 or more results.
What is your host/environment?
Observed on Alpine Linux (hosted on AWS) and Windows 11 (developer laptop).
Do you have any screenshots?
No, but I have application logs (from our in-house application)
Do you have any additional context?
no.
The text was updated successfully, but these errors were encountered:
What is the bug?
The Scroll API is not working properly because the ScrollId returned in the SearchResponse has an ill-defined validity.
The root cause appears to be that the SearchRequest
Scroll
parameter (or typeTime
) is not serialized, and thus the search validity cannot be specified.How can one reproduce the bug?
Create a SearchRequest, and specify a
Scroll
with value"5m"
, which is 5 minutes.With the search response, use the scroll id to do a ScrollRequest;
most of the time the server replies with "all shards failed".
What is the expected behavior?
The search should success with 0 or more results.
What is your host/environment?
Observed on Alpine Linux (hosted on AWS) and Windows 11 (developer laptop).
Do you have any screenshots?
No, but I have application logs (from our in-house application)
Do you have any additional context?
no.
The text was updated successfully, but these errors were encountered: