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

Exposing the node capacity via chitchat #4083

Merged
merged 3 commits into from
Nov 9, 2023

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    eca3978 View commit details
    Browse the repository at this point in the history
  2. Refactoring introducing the Cpu capacity.

    This new CpuCapacity type is used to both expressed
    the available capacity in indexer nodes, and
    the load associated on shards.
    
    As a result, the quantity we use for the latter
    is semantically shifted from the CPU spent on the
    indexer actor, to the estimated CPU cost of an
    entire pipeline. (x4)
    fulmicoton committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d1eb143 View commit details
    Browse the repository at this point in the history
  3. CR comments

    fulmicoton committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    7185fb1 View commit details
    Browse the repository at this point in the history