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

[Stack Monitoring] Confirm if all shard states are viewable on ES index overview #113715

Open
matschaffer opened this issue Oct 4, 2021 · 4 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:Stack Monitoring Team:Monitoring Stack Monitoring team

Comments

@matschaffer
Copy link
Contributor

matschaffer commented Oct 4, 2021

For good measure when testing #113660 I tried a relocate operation:

POST _cluster/reroute
{
  "commands": [
    {"move": {
      "index": "heartbeat-7.15.0-2021.10.01-000001",
      "shard": 0,
      "from_node": "node02",
      "to_node": "node03"
    }}
  ]
}

Here's a recording, it starts with the shard 0 replica on node02. You'll need to give it a few seconds to go blank then reload to show shard 0 on node03.

recording of shard relocation on react view

The UI did eventually update, but seemed like maybe it missed the relocating stage (just went blank for a cycle then came back as moved).

It's a small index, so could be the relocating stage was too short to see, but the blank load was a little surprising.

No errors in the JS console.

@botelastic botelastic bot added the needs-team Issues missing a team label label Oct 4, 2021
@matschaffer matschaffer added Epic: Stack Monitoring de-angularization Feature:Stack Monitoring Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services and removed needs-team Issues missing a team label labels Oct 4, 2021
@neptunian
Copy link
Contributor

neptunian commented Oct 14, 2021

@matschaffer I commented that is currently also happening in previous versions so not sure we need to make this an angular related issue. Perhaps you can confirm that in your test scenario.

I also created this issue that has some background information #114875.

@matschaffer
Copy link
Contributor Author

@neptunian 👍🏻 I removed the "de-angularization" status from this issue.

@jasonrhodes jasonrhodes added the bug Fixes for quality problems that affect the customer experience label Nov 1, 2021
@matschaffer
Copy link
Contributor Author

Lower priority seems fine here, my guess is that this component has had this bug for a long time.

@smith smith added Team:Monitoring Stack Monitoring team and removed Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services labels Nov 14, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/infra-monitoring-ui (Team:Monitoring)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Stack Monitoring Team:Monitoring Stack Monitoring team
Projects
None yet
Development

No branches or pull requests

5 participants