mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
wip
This commit is contained in:
parent
edd493431e
commit
fcce0fc6e1
1 changed files with 1 additions and 0 deletions
|
@ -283,6 +283,7 @@ func (shard *pipeTopkProcessorShard) sortRows(stopCh <-chan struct{}) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
shard.rows = rows
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ptp *pipeTopkProcessor) writeBlock(workerID uint, br *blockResult) {
|
func (ptp *pipeTopkProcessor) writeBlock(workerID uint, br *blockResult) {
|
||||||
|
|
Loading…
Reference in a new issue