-
Notifications
You must be signed in to change notification settings - Fork 25k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
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
- Loading branch information
1 parent
a8a8c71
commit e7680af
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
pr: 96015 | ||
summary: Check shard availability before including in stats | ||
area: Distributed | ||
type: bug | ||
issues: | ||
- 96000 | ||
- 87001 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters