forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add detail to slow cluster state warning message (elastic#83221)
Today if writing the cluster state is slow then we report how many index metadata documents we wrote but we don't mention how many documents were deleted. Deleting docs might trigger a merge and explain why the update is slower than expected. This commit adds info about the number of removed indices and also distinguishes new indices from updates to existing indices, since they also have different behaviour in terms of deletes.
- Loading branch information
1 parent
e51bf31
commit 3d0655f
Showing
3 changed files
with
60 additions
and
38 deletions.
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,5 @@ | ||
pr: 83221 | ||
summary: Add detail to slow cluster state warning message | ||
area: Cluster Coordination | ||
type: enhancement | ||
issues: [] |
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
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