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(blooms): Fully deduplicate chunks from FilterChunkRef responses #12807

Merged
merged 9 commits into from
Apr 30, 2024

Commits on Apr 30, 2024

  1. Dedupe series that overlap multiple days

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2d80694 View commit details
    Browse the repository at this point in the history
  2. Fix chunk dedupe iterator

    for the case when chunks have same from/through time, but different
    checksums
    
    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2c9be4d View commit details
    Browse the repository at this point in the history
  3. Cleanup

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a0f4c2d View commit details
    Browse the repository at this point in the history
  4. Remove excessive logging

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2cc43f2 View commit details
    Browse the repository at this point in the history
  5. Don't overallocate

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    52ec607 View commit details
    Browse the repository at this point in the history
  6. Add comment

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    628f1c2 View commit details
    Browse the repository at this point in the history
  7. More idiomatic go

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2dda1e8 View commit details
    Browse the repository at this point in the history
  8. Check if sorted before sorting

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1a77702 View commit details
    Browse the repository at this point in the history
  9. fixup! Check if sorted before sorting

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4f5837e View commit details
    Browse the repository at this point in the history