mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 19:39:21 +08:00
Dlete unlocked mutex in seek function
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
a48d46cfaf
commit
3ab8b9af25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user