From ae180d6e070946eb5359ecd63a9e01e02f160ce3 Mon Sep 17 00:00:00 2001 From: Trevor Whitney Date: Tue, 23 Apr 2024 12:41:03 -0600 Subject: [PATCH] fix(nix): lambda-promtail vendor hash (#12763) --- nix/packages/loki.nix | 2 +- pkg/bloomgateway/processor.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/packages/loki.nix b/nix/packages/loki.nix index e88fac6b6bb0..977161460eb8 100644 --- a/nix/packages/loki.nix +++ b/nix/packages/loki.nix @@ -5,7 +5,7 @@ let pname = "lambda-promtail"; src = ./../../tools/lambda-promtail; - vendorHash = "sha256-PBdPIrN0aWO38bgoAg6jZlY7scpUM2tAjJ6bMN4SQt8="; + vendorHash = "sha256-CKob173T0VHD5c8F26aU7p1l+QzqddNM4qQedMbLJa0="; doCheck = false; diff --git a/pkg/bloomgateway/processor.go b/pkg/bloomgateway/processor.go index 8f79e417ab9f..d94b305a9b26 100644 --- a/pkg/bloomgateway/processor.go +++ b/pkg/bloomgateway/processor.go @@ -63,7 +63,7 @@ func (p *processor) runWithBounds(ctx context.Context, tasks []Task, bounds v1.M return nil } -func (p *processor) processTasks(ctx context.Context, tenant string, day config.DayTime, keyspaces v1.MultiFingerprintBounds, tasks []Task) error { +func (p *processor) processTasks(ctx context.Context, tenant string, day config.DayTime, _ v1.MultiFingerprintBounds, tasks []Task) error { level.Info(p.logger).Log("msg", "process tasks for day", "tenant", tenant, "tasks", len(tasks), "day", day.String()) var duration time.Duration