提交 3ab8b9af 编写于 作者: X xige-16 提交者: yefu.chen

Dlete unlocked mutex in seek function

Signed-off-by: Nxige-16 <xi.ge@zilliz.com>
上级 a48d46cf
......@@ -730,7 +730,6 @@ func (ms *TtMsgStream) Seek(mp *internalpb.MsgPosition) error {
}
if tsMsg.Type() == commonpb.MsgType_TimeTick {
if tsMsg.BeginTs() >= mp.Timestamp {
ms.unsolvedMutex.Unlock()
return nil
}
continue
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册