Am 09.10.2014 22:40, schrieb Adam Cramer:
We're experiencing a similar issue after having run ES successfully for several months without any major changes to our read/write patterns, data sizes or documents. This is on Java 7 and ES 1.3.4.

Berhnard -- are you using scripting at all? The issue started popping up after we switched our scripting from MVEL to Groovy.
Yes, we also switched from MVEL to Groovy some months ago and the issue started! But we also changed a lot of other things in our code base, so I wasn't sure about the cause.

Our scripts are very simple (and are nearly the same as in MVEL), just some lines like: `ctx._source.texts += text; ctx._source.state = state; ctx._source.number+=1;`...

Since yesterday everything runs fine (half of the old bulk size, Java 8), but usually the memory problem appeared after about 1 week running a node.

--
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/54377AEE.6090100%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to