mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix error log output format in flush_manager.go (#12857)
Signed-off-by: JackLCL <chenglong.li@zilliz.com>
This commit is contained in:
parent
f90410fe8e
commit
e51ef53632
@ -451,7 +451,7 @@ func (m *rendezvousFlushManager) injectFlush(injection *taskInjection, segments
|
||||
// fetch meta info for segment
|
||||
func (m *rendezvousFlushManager) getSegmentMeta(segmentID UniqueID, pos *internalpb.MsgPosition) (UniqueID, UniqueID, *etcdpb.CollectionMeta, error) {
|
||||
if !m.hasSegment(segmentID, true) {
|
||||
return -1, -1, nil, fmt.Errorf("No such segment %d in the replica", segmentID)
|
||||
return -1, -1, nil, fmt.Errorf("no such segment %d in the replica", segmentID)
|
||||
}
|
||||
|
||||
// fetch meta information of segment
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user