mirror of https://github.com/milvus-io/milvus.git
Add comment for GetSegmentStates (#8153)
Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/8225/head
parent
9daf9dce1a
commit
a16fb4cf39
|
@ -203,6 +203,7 @@ func (s *Server) AssignSegmentID(ctx context.Context, req *datapb.AssignSegmentI
|
|||
return s.dataCoord.AssignSegmentID(ctx, req)
|
||||
}
|
||||
|
||||
// GetSegmentStates gets states of segments
|
||||
func (s *Server) GetSegmentStates(ctx context.Context, req *datapb.GetSegmentStatesRequest) (*datapb.GetSegmentStatesResponse, error) {
|
||||
return s.dataCoord.GetSegmentStates(ctx, req)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue