mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-31 15:06:26 +00:00
wip
This commit is contained in:
parent
160034bda3
commit
bddc715c0c
2 changed files with 2 additions and 1 deletions
|
@ -57,8 +57,8 @@ func (fs *filterStream) applyToBlockResult(br *blockResult, bm *bitmap) {
|
||||||
v := c.valuesEncoded[0]
|
v := c.valuesEncoded[0]
|
||||||
if !fs.f.matchStreamName(v) {
|
if !fs.f.matchStreamName(v) {
|
||||||
bm.resetBits()
|
bm.resetBits()
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
return
|
||||||
}
|
}
|
||||||
if c.isTime {
|
if c.isTime {
|
||||||
bm.resetBits()
|
bm.resetBits()
|
||||||
|
|
|
@ -165,6 +165,7 @@ func (sn *streamName) parse(s string) bool {
|
||||||
if s[0] != ',' {
|
if s[0] != ',' {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
s = s[1:]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue