Reindex gets stuck

Hello Elastic community,

Context

We have two Elasticsearch clusters with 6 and 3 nodes each. The cluster with 6 nodes is the one we use in production environment and we use the one with 3 nodes for testing purposes. (We have the same problem in both clusters). All the nodes have the following characteristics:

  • Elasticsearch 7.4.2
  • 1TB HDD disk
  • 8 GB RAM

In our case, we need to reindex some of the indexes. Those indexes have billions of documents and a size between 50GB and 250GB.

Problem

Whenever we start reindexing, internally or from a remote source, the task starts working correctly but it reaches a point where it stops reindexing, without apparent reason. We can´t see anything in the logs. The task is not cancelled or anything, it only stops reindexing documents, it looks like the task gets stuck. We tried changing GC strategies, we used CMS and Shenandoah but nothing changes.

Has anyone run into the same problem?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.