Print more information when handling SaveBinlogPathsRequest (#9803)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
pull/9833/head
sunby 2021-10-13 20:54:33 +08:00 committed by GitHub
parent 93a6156485
commit 26a365c06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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