Is there any way to limit the max concurrent merge task so my cluster performance won't affect by the current task, or is this expected behavior?
what if my cluster has hundred of indices running same ILM policy so those indices runs hundred merge tasks concurrently
hope I get explanation about this one, thanks in advance
Merges are usually triggered by indexing, but can also be a force-merge which may be triggered by ILM. However force-merges already run one-at-a-time on each node by default.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.