Dlete unlocked mutex in seek function

Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
xige-16 2021-03-27 11:16:20 +08:00 committed by yefu.chen
parent a48d46cfaf
commit 3ab8b9af25

View File

@ -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