-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Increase max cache size for scripts to try to stabilize Zeek tests #16390
Conversation
Pinging @elastic/siem (Team:SIEM) |
You can probably also increase the cache size to help. The cache size is 100 so it might be thrashing. Relates to #14236. |
Ok, trying this, thanks! |
jenkins, test this again please |
1 similar comment
jenkins, test this again please |
jenkins, test this again please (builds were interrupted) |
@andrewkroh it seems that increasing the cache size actually works, tests with zeek files are not failing now. Thanks for the suggestion! |
jenkins, test this again, one last time |
…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)
…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.
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: