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

[improve][broker][PIP-379] Add observability stats for "draining hashes" #23429

Merged
merged 15 commits into from
Oct 10, 2024

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    07bd620 View commit details
    Browse the repository at this point in the history
  2. Use keyHashRanges for classic dispatcher and add keyHashRangeArrays w…

    …ith array format
    
    The String format is very inefficient. It's better to replace it for PIP-379
    This is needed for tests
    lhotari committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    16792f0 View commit details
    Browse the repository at this point in the history
  3. Add DrainingHash for stats

    lhotari committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    cd0be0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efc877b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7186683 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Add test for stats

    lhotari committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1bda07e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5795d2 View commit details
    Browse the repository at this point in the history
  3. Fix bug in stats

    lhotari committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5f5db68 View commit details
    Browse the repository at this point in the history
  4. Improve test

    lhotari committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9d00334 View commit details
    Browse the repository at this point in the history
  5. Validate counters

    lhotari committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    55db9c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38c1b79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d5db1e View commit details
    Browse the repository at this point in the history
  8. Fix test

    lhotari committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    84c32c2 View commit details
    Browse the repository at this point in the history
  9. Fix test

    lhotari committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    73c97c8 View commit details
    Browse the repository at this point in the history
  10. Use pinned trivy version

    lhotari committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    87af5f4 View commit details
    Browse the repository at this point in the history