And after the response is empty I expected for all of indicies to be done with and their respective _temp "copies" to be created.
But after a rather short wait the task is finished but only 178 of _temp indicies where created.
Is there a way to make elastic reindex all of them?
PS: I've checked all the original indicies for their size and number of docs (and doc minus deleted) just in case - still the number should be much higher
"cause": {
"type": "process_cluster_event_timeout_exception",
"reason": "failed to process cluster event (create-index [mms_offer_cards_1171_temp], cause [auto(bulk api)]) within 1m"
},
You have a lot of very small shards, which is very inefficient. I would recommend you reduce this dramatically and would expect that to help with reindexing as well as memory usage. It does however not look like you are hitting the shard limits at the moment so I am not sure why reindexing is failing.
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.