Package org.elasticsearch.upgrades
package org.elasticsearch.upgrades
-
ClassDescriptionHolds the results of the most recent attempt to migrate system indices.Handles updating the
FeatureMigrationResults
in the cluster state.Holds the results of migrating a single feature.Starts the process of migrating system indices.The params used to initializeSystemIndexMigrator
when it's initially kicked off.Contains the current state of system index migration progress.This is where the logic to actually perform the migration lives -SystemIndexMigrator.run(SystemIndexMigrationTaskState)
will be invoked when the migration process is started, plus any time the node running the migration drops from the cluster/crashes/etc.