mirror of https://github.com/milvus-io/milvus.git
Improve error message in rootcoord (#11071)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>pull/11084/head
parent
260c0597cb
commit
54be3c15bf
|
@ -319,7 +319,7 @@ func (t *DropCollectionReqTask) Execute(ctx context.Context) error {
|
|||
|
||||
//notify query service to release collection
|
||||
if err = t.core.CallReleaseCollectionService(t.core.ctx, ts, 0, collMeta.ID); err != nil {
|
||||
log.Error("CallReleaseCollectionService failed", zap.String("error", err.Error()))
|
||||
log.Error("Failed to CallReleaseCollectionService", zap.String("error", err.Error()))
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue