Skip to content

clear scroll throws 500 on array out of bounds exception #5730

Closed
@Mpdreamz

Description

@Mpdreamz
DELETE http://127.0.0.1:9200/_search/scroll/asdasdadasdasd HTTP/1.1

Returns the following response

HTTP/1.1 500 Internal Server Error
Content-Type: application/json; charset=UTF-8
Content-Length: 73

{
  "error" : "ArrayIndexOutOfBoundsException[1]",
  "status" : 500
}

While a 404 is expected.

It would also be nice if we can allow the scroll id to be posted. I've had people hit problems with scroll ids that are too big in the past:

elastic/elasticsearch-net#318

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions