-
Notifications
You must be signed in to change notification settings - Fork 25k
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
NPE in DataTiersUsageTransportAction #87001
Labels
Comments
elasticmachine
added
the
Team:Data Management
Meta label for data/management team
label
May 20, 2022
Pinging @elastic/es-data-management (Team:Data Management) |
danielmitterdorfer
added a commit
to danielmitterdorfer/elasticsearch
that referenced
this issue
May 11, 2023
danielmitterdorfer
added a commit
to danielmitterdorfer/elasticsearch
that referenced
this issue
May 11, 2023
With this commit we check whether there is an available shard routing before we test whether it has been started. This makes `DataTiersUsageTransportAction` more resilient to potential temporary inconsistencies between cluster state and node stats due to concurrent shard movement. Closes elastic#87001 Closes elastic#96000
danielmitterdorfer
added a commit
that referenced
this issue
May 11, 2023
With this commit we check whether there is an available shard routing before we test whether it has been started. This makes `DataTiersUsageTransportAction` more resilient to potential temporary inconsistencies between cluster state and node stats due to concurrent shard movement. Closes #87001 Closes #96000
danielmitterdorfer
added a commit
to danielmitterdorfer/elasticsearch
that referenced
this issue
May 11, 2023
With this commit we check whether there is an available shard routing before we test whether it has been started. This makes `DataTiersUsageTransportAction` more resilient to potential temporary inconsistencies between cluster state and node stats due to concurrent shard movement. Closes elastic#87001 Closes elastic#96000
danielmitterdorfer
added a commit
to danielmitterdorfer/elasticsearch
that referenced
this issue
May 11, 2023
This reverts commit a9a1eb5.
elasticsearchmachine
pushed a commit
that referenced
this issue
May 11, 2023
With this commit we check whether there is an available shard routing before we test whether it has been started. This makes `DataTiersUsageTransportAction` more resilient to potential temporary inconsistencies between cluster state and node stats due to concurrent shard movement. Closes #87001 Closes #96000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Elasticsearch Version
8.2.0 (likely others)
Installed Plugins
None
Java Version
bundled
OS Version
Cloud
Problem Description
I saw an NPE in
DataTiersUsageTransportAction
which I believe was because the shards whose stats were collected in the nodes stats differed from those in the cluster state, which could happen due to a concurrent shard movement.Steps to Reproduce
Not known
Logs (if relevant)
The text was updated successfully, but these errors were encountered: