kibana/x-pack/plugins/upgrade_assistant
Jean-Louis Leysens abc14f5d34
[Upgrade Assistant] Open And Close Slight Refactor (#59890)
* Refactor: Move checking of closed index to single point

We should rather only check if an index is currently closed the
moment before starting to reindex. We still store a flag to
indicate that we opened an index that was closed, but this
should not be set from the reindex handlers because the reindex
task may only start some time later in which case the closed
index could have been opened and our reindex job will open it
and close it again.

* Added debug log

* Added comment

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-03-12 11:39:33 +01:00
..
common [Upgrade Assistant] Better handling of closed indices (#58890) 2020-03-09 14:11:31 +01:00
public [Upgrade Assistant] Better handling of closed indices (#58890) 2020-03-09 14:11:31 +01:00
server [Upgrade Assistant] Open And Close Slight Refactor (#59890) 2020-03-12 11:39:33 +01:00
kibana.json [Upgrade Assistant] Move out of legacy folder (#58034) 2020-02-25 15:31:04 +01:00