mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
wip
This commit is contained in:
parent
8f6b1262df
commit
a55e01e406
1 changed files with 1 additions and 1 deletions
|
@ -99,8 +99,8 @@ func (s *Storage) RunQuery(ctx context.Context, tenantIDs []TenantID, q *Query,
|
||||||
for i := len(q.pipes) - 1; i >= 0; i-- {
|
for i := len(q.pipes) - 1; i >= 0; i-- {
|
||||||
p := q.pipes[i]
|
p := q.pipes[i]
|
||||||
ctxChild, cancel := context.WithCancel(ctx)
|
ctxChild, cancel := context.WithCancel(ctx)
|
||||||
stopCh = ctxChild.Done()
|
|
||||||
pp = p.newPipeProcessor(workersCount, stopCh, cancel, pp)
|
pp = p.newPipeProcessor(workersCount, stopCh, cancel, pp)
|
||||||
|
stopCh = ctxChild.Done()
|
||||||
ctx = ctxChild
|
ctx = ctxChild
|
||||||
|
|
||||||
cancels[i] = cancel
|
cancels[i] = cancel
|
||||||
|
|
Loading…
Reference in a new issue