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

kafka replay speed: upstream local development environment #9455

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 27, 2024

  1. kafka replay speed: upstream local development environment

    This PR makes several changes to development/mimir-ingest-storage
    
    * deploys a jaeger instance to collect traces
    * deploys ingester-zone-c-61. This ingester is totally separate from the other two zones. The idea is to be able to feed its partition with old data and test replay speed. That ingester doesn't ingest metrics from the cluster itself, so being down doesn't affect the cluster's query availability
    * deploys 3 kafkas with RF=2 so that we can bring down brokers and test how our code reacts to leader reelections
    * optinally enabled dlv debugging for the Mimir images
    * configures ingesters to use concurrent fetching
    
    Signed-off-by: Dimitar Dimitrov <[email protected]>
    dimitarvdimitrov committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c2fe65f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Add comments

    Signed-off-by: Dimitar Dimitrov <[email protected]>
    dimitarvdimitrov committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8261fbe View commit details
    Browse the repository at this point in the history
  2. Fix alignment

    Signed-off-by: Dimitar Dimitrov <[email protected]>
    dimitarvdimitrov committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f5b6bcb View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    6b61e0a View commit details
    Browse the repository at this point in the history