Hey there,
I am currently bumping into the error:
org.elasticsearch.common.breaker.CircuitBreakingException: [script] Too many dynamic script compilations within one minute
The nature of the application I am working on is such that you can potentially have several distinct filter expressions for which the parameter approach will not help much. I was thinking about bumping up this value in elasticsearch.yml to a much larger number than the default of 15/min.
Questions are:
- Is there any top recommendation for the largest number we could put here?
- What is the potential impact of having a larger number here?
Thanks,
Francisco.