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

Stop runtime script from emitting too many values #61938

Merged

Commits on Sep 3, 2020

  1. Stop runtime script from emitting too many values

    This prevent `keyword` valued runtime scripts from emitting too many
    values or values that take up too much space. Without this you can put
    allocate a ton of memory with the script by sticking it into a tight
    loop. Painless has some protections against this but:
    1. I don't want to rely on them out of sheer paranoia
    2. They don't really kick in when the script uses callbacks like we do
       anyway.
    
    Relates to elastic#59332
    nik9000 committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    4fa21cf View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Configuration menu
    Copy the full SHA
    510fa50 View commit details
    Browse the repository at this point in the history
  2. Name name name

    nik9000 committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    bb5abb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    166cb7e View commit details
    Browse the repository at this point in the history
  2. check limits all places

    nik9000 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    563b2b7 View commit details
    Browse the repository at this point in the history