Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include slice_id for failed slices in reindex task response #60361

Open
DylanGriffith opened this issue Jul 29, 2020 · 1 comment
Open

Include slice_id for failed slices in reindex task response #60361

DylanGriffith opened this issue Jul 29, 2020 · 1 comment
Labels
:Distributed/Reindex Issues relating to reindex that are not caused by issues further down >enhancement Team:Distributed Meta label for distributed team

Comments

@DylanGriffith
Copy link

When tracking a Reindex using the task ID I get the following examples for slices in the response:

        {
          "type": "search_phase_execution_exception",
          "reason": "Phase failed",
          "phase": "fetch",
          "grouped": true,
          "failed_shards": [],
          "caused_by": {
            "type": "node_not_connected_exception",
            "reason": "[instance-0000000054][123.123.123.123:1234] Node not connected"
          }
        },
        {
          "slice_id": 38,
          "total": 4077527,
          "updated": 0,
          "created": 10000,
          "deleted": 0,
          "batches": 10,
          "version_conflicts": 0,
          "noops": 0,
          "retries": {
            "bulk": 0,
            "search": 0
          },
          "throttled_millis": 0,
          "requests_per_second": -1,
          "throttled_until_millis": 0
        },

From this I can assume that slice_id: 37 was the one that failed because the all appear in order but it would be nicer to consume this data if the failed slice also had an ID.

@DylanGriffith DylanGriffith added >enhancement needs:triage Requires assignment of a team area label labels Jul 29, 2020
@gwbrown gwbrown added :Distributed/Reindex Issues relating to reindex that are not caused by issues further down and removed needs:triage Requires assignment of a team area label labels Aug 5, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (:Distributed/Reindex)

@elasticmachine elasticmachine added the Team:Distributed Meta label for distributed team label Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/Reindex Issues relating to reindex that are not caused by issues further down >enhancement Team:Distributed Meta label for distributed team
Projects
None yet
Development

No branches or pull requests

3 participants