mirror of https://github.com/milvus-io/milvus.git
Dlete unlocked mutex in seek function
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/4973/head^2
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