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

Increase max compilation rate for Filebeat modules tests #9777

Merged
merged 3 commits into from
Dec 27, 2018

Commits on Dec 27, 2018

  1. Increase max compilation rate for Filebeat modules tests

    Module tests started to fail with the following message:
    
    ```
    Too many dynamic script compilations within, max: [75/5m]; please use indexed, or scripts with parameters instead; this limit can be changed by the [script.max_compilations_rate] setting
    ```
    
    The reason for this is (I think) that we started to use scripts more heavily in our pipelines so we hit this limit. For the tests we can easily increase the limit to solve this. In production this could still be an issue when all pipelines are loaded at the same time and we need to find a solution here.
    
    In parallel we should also investigate if there are some non parameterised scripts which get recompiled every time.
    ruflin committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    678b026 View commit details
    Browse the repository at this point in the history
  2. increase

    ruflin committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    baea398 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    751a565 View commit details
    Browse the repository at this point in the history