未验证 提交 0d97549d 编写于 作者: G godchen 提交者: GitHub

Remove useless log (#11105)

Signed-off-by: Ngodchen <qingxiang.chen@zilliz.com>
上级 a0a3a889
......@@ -543,7 +543,6 @@ func (s *Segment) checkIndexReady(fieldID int64) bool {
}
func (s *Segment) updateBloomFilter(pks []int64) {
log.Debug("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx updateBloom Filter", zap.Any("pks", pks))
buf := make([]byte, 8)
for _, pk := range pks {
common.Endian.PutUint64(buf, uint64(pk))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册