mirror of https://github.com/grafana/loki
fix: Fix duplicate enqueue item problem in bloom download queue when do sync download (#13114)
A missing return will cause item enqueued twice in sync download scenario. That cause the response not like expected. Suppose we want to fetch a blocks array: [0, 1, 2]. Enqueued items are [0, 0, 1, 1, 2, 2],If we want response sorted we wait 3 times response will get [0, 0, 1]pull/13186/head
parent
2b19dac82a
commit
f98ff7f584
Loading…
Reference in new issue