mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-04 11:18:44 +08:00
Add comment for GetFlushedSegments (#8527)
Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
5e6e0feeff
commit
9a7780369e
@ -239,6 +239,7 @@ func (s *Server) GetRecoveryInfo(ctx context.Context, req *datapb.GetRecoveryInf
|
||||
return s.dataCoord.GetRecoveryInfo(ctx, req)
|
||||
}
|
||||
|
||||
// GetFlushedSegments get all flushed segments of a partition
|
||||
func (s *Server) GetFlushedSegments(ctx context.Context, req *datapb.GetFlushedSegmentsRequest) (*datapb.GetFlushedSegmentsResponse, error) {
|
||||
return s.dataCoord.GetFlushedSegments(ctx, req)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user