mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Improve log print (#13641)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>pull/13662/head
parent
ec33f3b494
commit
c7513bb1ad
|
@ -951,7 +951,7 @@ func (s *Server) GetFlushState(ctx context.Context, req *milvuspb.GetFlushStateR
|
|||
}
|
||||
|
||||
if len(unflushed) != 0 {
|
||||
log.Debug("[flush state] unflushed segment ids", zap.Int64s("segment ids", unflushed), zap.Int("len", len(unflushed)))
|
||||
log.Debug("[flush state] unflushed segment ids", zap.Int64s("segmentIDs", unflushed), zap.Int("len", len(unflushed)))
|
||||
resp.Flushed = false
|
||||
} else {
|
||||
log.Debug("[flush state] all segment is flushed", zap.Int64s("segment ids", req.GetSegmentIDs()))
|
||||
|
|
Loading…
Reference in New Issue