logger.warn"MigrationWorker: migration[#{migration.name}] You should have at least #{number_to_human_size(space_required_bytes)} of free space in the cluster to run this migration. Please increase the storage in your Elasticsearch cluster."
logger.info"MigrationWorker: migration[#{migration.name}] updating with halted: true"
logger.info"MigrationWorker: migration[#{migration.name}] did not execute migrate method since it was already executed. Waiting for migration to complete"
return
...
...
@@ -88,6 +88,22 @@ module Elastic
logger.info"MigrationWorker: migration[#{migration.name}] kicking off next migration batch"