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: add recalculateOwnedStreams to check stream ownership if the ring is changed #13103

Commits on Jun 3, 2024

  1. Update ownedStreamService to check the ingester ring for changes befo…

    …re recalculating owned streams; `go mod tidy && go mod vendor`; update ingester tests
    
    Signed-off-by: JordanRushing <[email protected]>
    JordanRushing committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    959d4e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Refactor ownedStreamService and break out recalculation

    Signed-off-by: JordanRushing <[email protected]>
    JordanRushing committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ac5a82d View commit details
    Browse the repository at this point in the history
  2. Move recalculateOwnedStreams to the ingester level

    Signed-off-by: JordanRushing <[email protected]>
    JordanRushing committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    9cd3f9c View commit details
    Browse the repository at this point in the history
  3. Clean up instances by removing readRing since recalculateOwnedStreams…

    … is at the ingester level now; update tests
    
    Signed-off-by: JordanRushing <[email protected]>
    JordanRushing committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5437852 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. addressed comments on PR

    Signed-off-by: Vladyslav Diachenko <[email protected]>
    vlad-diachenko committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ade3ef8 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. added tests to cover recalculate_owned_streams.go

    Signed-off-by: Vladyslav Diachenko <[email protected]>
    vlad-diachenko committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    115d467 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/main' into recalculate-owned-streams-ingeste…

    …r-limit
    
    # Conflicts:
    #	pkg/ingester/instance_test.go
    vlad-diachenko committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0a9185a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. fixed linter and re-generated docs

    Signed-off-by: Vladyslav Diachenko <[email protected]>
    vlad-diachenko committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9880e4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2867f4f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 14, 2024

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