mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/storage: properly reset partSearch.fetchData
in partSearch.reset
This commit is contained in:
parent
99e048c9df
commit
8822079b77
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ func (ps *partSearch) reset() {
|
|||
ps.p = nil
|
||||
ps.tsids = ps.tsids[:0]
|
||||
ps.tsidIdx = 0
|
||||
ps.fetchData = true
|
||||
ps.metaindex = nil
|
||||
ps.ibCache = nil
|
||||
ps.bhs = nil
|
||||
|
|
Loading…
Reference in a new issue