I use transform to filter and move index data. the transforom task run smoothly in nomal status. but in some case, I try to change the index setting e.g. set "number_of_replicas" : 0, the transtorm got exception and stop. the excption may like bellow:
task encountered irrecoverable failure: [test_2022-07-07/q_ZKnVF4S0eMxvYW-RzllA] QueryShardException[failed to create query: this Analyzer is closed]; nested: AlreadyClosedException[this Analyzer is closed];; org.apache.lucene.store.AlreadyClosedException: this Analyzer is closed
to fix this:
1.stop the transform
2.start the transform again.
expect behavior
transform do not stop, auto ignore the issue and retry again when catch exception. or some hook to restart task without homan handle.