mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-05 14:22:15 +01:00
lib/storage: properly reset partSearch.fetchData
in partSearch.reset
This commit is contained in:
parent
dd4ea63ed2
commit
a3ecf3c1f7
@ -51,6 +51,7 @@ func (ps *partSearch) reset() {
|
|||||||
ps.p = nil
|
ps.p = nil
|
||||||
ps.tsids = ps.tsids[:0]
|
ps.tsids = ps.tsids[:0]
|
||||||
ps.tsidIdx = 0
|
ps.tsidIdx = 0
|
||||||
|
ps.fetchData = true
|
||||||
ps.metaindex = nil
|
ps.metaindex = nil
|
||||||
ps.ibCache = nil
|
ps.ibCache = nil
|
||||||
ps.bhs = nil
|
ps.bhs = nil
|
||||||
|
Loading…
Reference in New Issue
Block a user