-
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.
Log pending cluster state tasks after cluster cleanup timeout (#119186)
The Cluster Health API call in the `ESRestTestCase` cleanup waits for all cluster state tasks to be finished. We frequently see that API call timing out with plenty of tasks still in the queue. With this commit, we retrieve the pending tasks and log them - only if the Cluster Health API call timed out. This will hopefully give some more insight into what (kind of) tasks are still pending when the API call times out.
- Loading branch information
1 parent
d92233c
commit e01d956
Showing
1 changed file
with
36 additions
and
14 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