Fix halted migrations unpausing
During the issues migration rollout we noticed that for halted migration Elastic::MigrationWorker has been unpausing indexing each run, which could be dangerous and not expected by instance admins. This change fixes this problem by introducing halted_indexing_unpaused flag, which is flipped only once after the migration is halted.
Showing
Please register or sign in to comment