mirror of https://github.com/milvus-io/milvus.git
Fix Flush error message typo (#27729)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/27750/head
parent
9ed3cfd925
commit
efe8984eca
|
@ -95,7 +95,7 @@ func (s *Server) Flush(ctx context.Context, req *datapb.FlushRequest) (*datapb.F
|
|||
sealedSegmentIDs, err := s.segmentManager.SealAllSegments(ctx, req.GetCollectionID(), req.GetSegmentIDs(), req.GetIsImport())
|
||||
if err != nil {
|
||||
return &datapb.FlushResponse{
|
||||
Status: merr.Status(errors.Wrapf(err, "failed to flush colleciont %d",
|
||||
Status: merr.Status(errors.Wrapf(err, "failed to flush collection %d",
|
||||
req.GetCollectionID())),
|
||||
}, nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue