-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dot-kibana-split] Make indices.getMapping() resilient to intermitent…
… failures (#155752) When the migrator logic kicks in at startup, it checks the `indexTypesMap` stored in the main SO index (aka `.kibana`). It does so by using `esClient.indices.getMapping()` method. Should this method fail due to temporary ES failures (i.e. retriable errors), we want this logic to retry forever, rather than failing and bringing the whole Kibana down.
- Loading branch information
1 parent
af3ed7b
commit 283f285
Showing
3 changed files
with
152 additions
and
3 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
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