mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +08:00
fix: unhandle error in upsert task (#36604)
issue: #36611 Signed-off-by: jaime <yun.zhang@zilliz.com>
This commit is contained in:
parent
a25dc98794
commit
5686a9a024
@ -464,7 +464,7 @@ func (it *upsertTask) deleteExecute(ctx context.Context, msgPack *msgstream.MsgP
|
|||||||
if !ok {
|
if !ok {
|
||||||
msgid, err := it.idAllocator.AllocOne()
|
msgid, err := it.idAllocator.AllocOne()
|
||||||
if err != nil {
|
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{
|
sliceRequest := &msgpb.DeleteRequest{
|
||||||
Base: commonpbutil.NewMsgBase(
|
Base: commonpbutil.NewMsgBase(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user