OpenSearch/x-pack/plugin/ilm/src
Gordon Brown 5347dec55e
Allow ILM to stop if indices have nonexistent policies (#40820)
Prior to this PR, there is a bug in ILM which does not allow ILM to stop
if one or more indices have an index.lifecycle.name which refers to
a policy that does not exist - the operation_mode will be stuck as
STOPPING until either the policy is created or the nonexistent
policy is removed from those indices.

This change allows ILM to stop in this case and makes the logging more
clear as to why ILM is not stopping.
2019-04-04 11:46:21 -06:00
..
main/java/org/elasticsearch/xpack/indexlifecycle Allow ILM to stop if indices have nonexistent policies (#40820) 2019-04-04 11:46:21 -06:00
test/java/org/elasticsearch/xpack Fix testRunStateChangePolicyWithAsyncActionNextStep race condition (#40707) 2019-04-02 10:56:44 -06:00