diff --git a/internal/datacoord/services.go b/internal/datacoord/services.go index 98233a9cab..0864745490 100644 --- a/internal/datacoord/services.go +++ b/internal/datacoord/services.go @@ -1046,6 +1046,7 @@ func (s *Server) GetRecoveryInfoV2(ctx context.Context, req *datapb.GetRecoveryI NumOfRows: rowCount, Level: segment.GetLevel(), IsSorted: segment.GetIsSorted(), + ManifestPath: segment.GetManifestPath(), }) }