mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-04 08:41:11 +01:00
lib/storage: properly reset partSearch.fetchData
in partSearch.reset
This commit is contained in:
parent
99e048c9df
commit
8822079b77
@ -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