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

fix: stream ownership check #13314

Merged

Commits on Jun 20, 2024

  1. added additional logs and fixed minor bugs

    Signed-off-by: Vladyslav Diachenko <vlad.diachenko@grafana.com>
    vlad-diachenko committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e398fa8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. changed implementation to evaluate streams' ownership using the same …

    …method which is used by distributor to select the ingesters.
    
    Signed-off-by: Vladyslav Diachenko <vlad.diachenko@grafana.com>
    vlad-diachenko committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0ba5e59 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    f8ad92f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17cfef1 View commit details
    Browse the repository at this point in the history
  3. removed redundant logging

    Signed-off-by: Vladyslav Diachenko <vlad.diachenko@grafana.com>
    vlad-diachenko committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9b601f5 View commit details
    Browse the repository at this point in the history
  4. refactored code and fixed test

    Signed-off-by: Vladyslav Diachenko <vlad.diachenko@grafana.com>
    vlad-diachenko committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a31c7b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. added histogram to observe the duration of ownership check and small …

    …cleanup
    
    Signed-off-by: Vladyslav Diachenko <vlad.diachenko@grafana.com>
    vlad-diachenko committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    cd07ee0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a119c75 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'refs/heads/main' into vlad.diachenko/stream-ownership-o…

    …bservability-improvement
    
    # Conflicts:
    #	pkg/ingester/metrics.go
    vlad-diachenko committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1190c32 View commit details
    Browse the repository at this point in the history
  4. fixed style

    Signed-off-by: Vladyslav Diachenko <vlad.diachenko@grafana.com>
    vlad-diachenko committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8ef6982 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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