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

[15090] Ensure no leakage of evaluations for batch jobs. #15097

Merged
merged 12 commits into from
Jan 31, 2023

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    721bb72 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    stswidwinski committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    439a190 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Ensure we do not reference unsafe memory, add threshold checks for GC…

    … of allocations that belong to batch jobs. Add Eval GC to batch job GC. Add tests.
    stswidwinski committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    4943db4 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. As described in hashicorp#15090 let us introduce a new knob which all…

    …ows us to control the pace of GC of Batch Evals independent of other evals.
    stswidwinski committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    823b8bc View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Review changes

    stswidwinski committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    6967f3b View commit details
    Browse the repository at this point in the history
  2. Whitespace

    stswidwinski committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    af90058 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. test: adjust GC thresholds for batch jobs

    Make `EvalGCThreshold` greater than `BatchEvalGCThreshold` to make sure
    that batch jobs, allocs, and evals are only affected by
    `BatchEvalGCThreshold`.
    lgfa29 committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    f455c79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    987d1ac View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    4609d8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d17a30 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    1d26e6c View commit details
    Browse the repository at this point in the history
  2. changelog: fix hashicorp#15097

    lgfa29 committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    077138c View commit details
    Browse the repository at this point in the history