Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick #16390 to 7.x: Increase max cache size for scripts to try to stabilize Zeek tests #16429

Merged
merged 1 commit into from
Feb 20, 2020

Conversation

jsoriano
Copy link
Member

Cherry-pick of PR #16390 to 7.x branch. Original message:

What does this PR do?

Increase max size of cache scripts to avoid recompilations in filebeat tests.

Why is it important?

Zeek tests are quite flaky since some time ago, the pipeline fails with:

[script] Too many dynamic script compilations within, max: [2000/1m]; please use indexed, or scripts with parameters instead; this limit can be changed by the [script.max_compilations_rate] setting

…lastic#16390)

Some filebeat tests were frequently failing due to "Too many
dynamic script compilations". Try to reduce number of
compilations by increasing the max size of scripts cache.

(cherry picked from commit 742e9e6)
@jsoriano jsoriano merged commit 4a7af20 into elastic:7.x Feb 20, 2020
@jsoriano jsoriano deleted the backport_16390_7.x branch February 20, 2020 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants