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

feat: EXC-1787: Penalize canisters at the end of the round #2601

Merged
merged 3 commits into from
Nov 17, 2024

Commits on Nov 16, 2024

  1. feat: EXC-1787: Penalize canisters at the end of the round

    The logic of penalizing canisters for full execution and distributing
    the priority across the subnet has been moved to the end of the round.
    This change is necessary for priority-based eviction.
    
    Newly created canisters join the first execution round with
    an accumulated priority of zero, which breaks two existing tests,
    but is not a practical issue. To compensate for this, during the reset
    round, we set the accumulated priority to the canister's compute
    allocation instead of the default zero priority.
    berestovskyy committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    a7f24dc View commit details
    Browse the repository at this point in the history
  2. Other minor fixes

    berestovskyy committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    addac2a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Fix new scheduler test

    berestovskyy committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    39af462 View commit details
    Browse the repository at this point in the history