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.
[ML] Fix null pointer exception after all datafeed indices deleted (e…
…lastic#76401) A datafeed will not start running if no indices exist that match the pattern it's configured to search. However, it is possible that after the datafeed has started somebody could delete all the indices that it is configured to search. This change handles that situation more gracefully, avoiding repeated logging of null pointer exceptions to the Elasticsearch log.
- Loading branch information
1 parent
e1d6ee1
commit 4575d34
Showing
2 changed files
with
25 additions
and
6 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