mirror of https://github.com/milvus-io/milvus.git
Print more information when handling SaveBinlogPathsRequest (#9803)
Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/9833/head
parent
93a6156485
commit
26a365c06d
|
@ -287,6 +287,7 @@ func (s *Server) SaveBinlogPaths(ctx context.Context, req *datapb.SaveBinlogPath
|
|||
log.Debug("receive SaveBinlogPaths request",
|
||||
zap.Int64("collectionID", req.GetCollectionID()),
|
||||
zap.Int64("segmentID", req.GetSegmentID()),
|
||||
zap.Bool("isFlush", req.GetFlushed()),
|
||||
zap.Any("checkpoints", req.GetCheckPoints()))
|
||||
|
||||
// set segment to SegmentState_Flushing and save binlogs and checkpoints
|
||||
|
|
Loading…
Reference in New Issue