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(blooms): compute chunks once #12664

Merged
merged 27 commits into from
Apr 29, 2024
Merged

Commits on Mar 27, 2024

  1. remove unnecessary fallback

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4807f48 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. [wip] wiring up support to pass store chunks to queriers

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    48402d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Merge remote-tracking branch 'upstream/main' into blooms/compute-chun…

    …ks-once
    
    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    bb283f1 View commit details
    Browse the repository at this point in the history
  2. [wip] threading through store overrides for chunkrefs

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    7a05032 View commit details
    Browse the repository at this point in the history
  3. multi-tenant querier partitions store overrides by tenant id

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    97bc139 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. metrics & ifc alignment

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    3858893 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Merge remote-tracking branch 'upstream/main' into blooms/compute-chun…

    …ks-once
    
    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ea68788 View commit details
    Browse the repository at this point in the history
  2. remove unused fn

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    46d85f9 View commit details
    Browse the repository at this point in the history
  3. send chunks in shards resp

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    db62dd8 View commit details
    Browse the repository at this point in the history
  4. type alignment

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ad855e6 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/main' into blooms/compute-chun…

    …ks-once
    
    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    93a9ce4 View commit details
    Browse the repository at this point in the history
  6. type alignment

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6ce86b4 View commit details
    Browse the repository at this point in the history
  7. ShardsResponse.Merge extension

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    294261d View commit details
    Browse the repository at this point in the history
  8. fix unrelated codec test err msg

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d7f2af9 View commit details
    Browse the repository at this point in the history
  9. tidy

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e8f58f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. binding shard to chunk refs

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4639cfd View commit details
    Browse the repository at this point in the history
  2. simplify+pointer for shard chunks

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a764c11 View commit details
    Browse the repository at this point in the history
  3. fix signature

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3ba9330 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. precomputed chunk logging

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b2990bf View commit details
    Browse the repository at this point in the history
  2. log matchers & always use mutex while accumulating chunks to shards

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    141c4f7 View commit details
    Browse the repository at this point in the history
  3. more logging

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    8db855d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. better logging for gateway.go

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8bdb823 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. independent handling for precomputed chunks vs bloom enablement optio…

    …ns + new override
    
    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    56eabcc View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into blooms/compute-chun…

    …ks-once
    
    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    33c8e82 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. make doc

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a3bd99c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. pr feedback

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    82923e7 View commit details
    Browse the repository at this point in the history
  2. pr feedback: only dispatch to bloom querier when line filters exist

    Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
    owen-d committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7b2f72e View commit details
    Browse the repository at this point in the history