未验证 提交 6279fb81 编写于 作者: G godchen 提交者: GitHub

Fix stats log load with prefix error (#10216)

Signed-off-by: Ngodchen <qingxiang.chen@zilliz.com>
上级 a6ce06de
......@@ -391,7 +391,7 @@ func (replica *SegmentReplica) initPKBloomFilter(s *Segment) error {
}
p := path.Join(Params.StatsBinlogRootPath, JoinIDPath(s.collectionID, s.partitionID, s.segmentID, pkField))
keys, values, err := replica.minIOKV.LoadWithPrefix(p)
keys, values, err := replica.minIOKV.LoadWithPrefix(p + "/")
if err != nil {
return err
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册