Skip to content

Federated multi-cluster search + scroll #32932

@ikonst

Description

@ikonst

When using scroll on a multi-cluster searching node, after successfully getting the first "page", the following error is returned when trying to use the scroll ID (using POST /_search/scroll):

{
  "error": {
    "root_cause": [
      {
        "type": "illegal_state_exception",
        "reason": "node [SOME-NODE-ID] is not available"
      },
      ...

The root_cause element contains dozens of those "root causes", each concerning a different node. (The 'scroll_id' is pretty large, and when I base64-decode it, it seems to point to all those nodes.)

Version:

    "number": "5.5.2",
    "build_hash": "b2f0c09",
    "build_date": "2017-08-14T12:33:14.154Z",
    "build_snapshot": false,
    "lucene_version": "6.6.0"

Metadata

Metadata

Assignees

Labels

:Search/SearchSearch-related issues that do not fall into other categoriesfeedback_needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions