mirror of https://github.com/milvus-io/milvus.git
Improve log (#13396)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>pull/13430/head
parent
663a3aa333
commit
bd03236b79
|
@ -613,7 +613,7 @@ func (s *Server) GetFlushedSegments(ctx context.Context, req *datapb.GetFlushedS
|
|||
}
|
||||
collectionID := req.GetCollectionID()
|
||||
partitionID := req.GetPartitionID()
|
||||
log.Debug("GetFlushedSegment",
|
||||
log.Debug("received get flushed segments request",
|
||||
zap.Int64("collectionID", collectionID),
|
||||
zap.Int64("partitionID", partitionID))
|
||||
if s.isClosed() {
|
||||
|
|
Loading…
Reference in New Issue