fix: unhandle error in upsert task (#36604)

issue: #36611

Signed-off-by: jaime <yun.zhang@zilliz.com>
pull/36617/head
jaime 2024-09-30 12:59:16 +08:00 committed by GitHub
parent a25dc98794
commit 5686a9a024
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ func (it *upsertTask) deleteExecute(ctx context.Context, msgPack *msgstream.MsgP
if !ok {
msgid, err := it.idAllocator.AllocOne()
if err != nil {
errors.Wrap(err, "failed to allocate MsgID for delete of upsert")
return errors.Wrap(err, "failed to allocate MsgID for delete of upsert")
}
sliceRequest := &msgpb.DeleteRequest{
Base: commonpbutil.NewMsgBase(