Hi,
After upgrading Elasticsearch from v1.7.5 to v2.4.1, we are facing issues with the JAVA Heap. The following image shows the behavior of the java heap memory usage before and after the upgrade (the red line identifies the day of the upgrade) :
After this date, the heap decrease only when we restart a node.
Following the advice of an Elastic member, we have dump our java heap and there is the result :
So our issue seems related to a leak in groovy script (we use lot of function score queries using script scoring with groovy language) and this discuss : Elastic search using a lot of memory, GC thrashing
As our scripts are not very complex, we plan to replace groovy scripts by expression scripts in order to fix asap. Is a good idea ?
Please let me know if I can provide any more information. Thanks.